Color spaces of #9031cc
RGB | 144 | 49 | 204 |
---|---|---|---|
HSL | 0.77 | 0.61 | 0.50 |
HSV | 277° | 76° | 80° |
CMYK | 0.29 | 0.76 | 0.00 0.20 |
XYZ | 23.4990 | 12.4856 | 58.2982 |
Yxy | 12.4856 | 0.2492 | 0.1324 |
Hunter Lab | 35.3350 | 56.8726 | -73.0865 |
CIE-Lab | 41.9777 | 63.9110 | -62.4418 |
#9031cc color RGB value is (144,49,204).
#9031cc hex color red value is 144, green value is 49 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9031cc hue: 0.77 , saturation: 0.61 and the lightness value of 9031cc is 0.50.
The process color (four color CMYK) of #9031cc color hex is 0.29, 0.76, 0.00, 0.20. Web safe color of #9031cc is #9933cc. Color #9031cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00110001 | 11001100 |
Octal | 220 | 61 | 314 |
Decimal | 144 | 49 | 204 |
Hex | 90 | 31 | CC |
Shades of #9031cc
Tints of #9031cc
RGB Percentages of Color #9031cc
CMYK Percentages of Color #9031cc
Complementary Color
#9031cc | #6dcc31 |
#9031cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9031cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9031cc Color CSS Codes
.mybgcolor {background-color:#9031cc; } .myforecolor {color:#9031cc; } .mybordercolor {border:3px solid #9031cc; }
#9031cc Text Font Color
<p style="color:#9031cc">Text here</p>
This sample text font color is #9031cc
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.
#9031cc Background Color
<div style="background-color:#9031cc">
Div content here</div>
This div background color is #9031cc
#9031cc Border Color
<div style="border:3px solid #9031cc">
Div here</div>
This div border color is #9031cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,49,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9031cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9031cc; -webkit-box-shadow: 1px 1px 3px 2px #9031cc; box-shadow: 1px 1px 3px 2px #9031cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,49,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 #9031cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9031cc; -webkit-box-shadow: 1px 1px 3px 2px #9031cc; box-shadow: 1px 1px 3px 2px #9031cc;">
Div content here</div>
This div box has shadow with color #9031cc
Comments
No comments written yet.
Please login to write comment.