Color spaces of #9150cc
RGB | 145 | 80 | 204 |
---|---|---|---|
HSL | 0.75 | 0.55 | 0.56 |
HSV | 271° | 61° | 80° |
CMYK | 0.29 | 0.61 | 0.00 0.20 |
XYZ | 25.4448 | 16.1167 | 58.8965 |
Yxy | 16.1167 | 0.2533 | 0.1604 |
Hunter Lab | 40.1456 | 42.8808 | -58.8808 |
CIE-Lab | 47.1272 | 50.1479 | -54.1170 |
#9150cc color RGB value is (145,80,204).
#9150cc hex color red value is 145, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9150cc hue: 0.75 , saturation: 0.55 and the lightness value of 9150cc is 0.56.
The process color (four color CMYK) of #9150cc color hex is 0.29, 0.61, 0.00, 0.20. Web safe color of #9150cc is #9966cc. Color #9150cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01010000 | 11001100 |
Octal | 221 | 120 | 314 |
Decimal | 145 | 80 | 204 |
Hex | 91 | 50 | CC |
Shades of #9150cc
Tints of #9150cc
RGB Percentages of Color #9150cc
CMYK Percentages of Color #9150cc
Complementary Color
#9150cc | #8bcc50 |
#9150cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9150cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9150cc Color CSS Codes
.mybgcolor {background-color:#9150cc; } .myforecolor {color:#9150cc; } .mybordercolor {border:3px solid #9150cc; }
#9150cc Text Font Color
<p style="color:#9150cc">Text here</p>
This sample text font color is #9150cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#9150cc Background Color
<div style="background-color:#9150cc">
Div content here</div>
This div background color is #9150cc
#9150cc Border Color
<div style="border:3px solid #9150cc">
Div here</div>
This div border color is #9150cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,80,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9150cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9150cc; -webkit-box-shadow: 1px 1px 3px 2px #9150cc; box-shadow: 1px 1px 3px 2px #9150cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,80,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9150cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9150cc; -webkit-box-shadow: 1px 1px 3px 2px #9150cc; box-shadow: 1px 1px 3px 2px #9150cc;">
Div content here</div>
This div box has shadow with color #9150cc
Comments
No comments written yet.
Please login to write comment.