Shades of Dark Violet #9004CB
Tints of Dark Violet #9004CB
RGB
CMYK
RGB Variations
Color information
#9004CB (or 0x9004CB) is known color: Dark Violet. HEX triplet: 90, 04 and CB. RGB value is (144,4,203). Sum of RGB (Red+Green+Blue) = 144+4+203=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #9004CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004CB is #6FFB34. Grayscale: #434343. Windows color (decimal): -7338805 or 13304976. OLE color: 13304976.
HSL color Cylindrical-coordinate representation of color #9004CB: hue angle of 282.21º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004CB is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 4 | 203 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.20 |
| HSL | 282.21º | 0.96% | 0.41% | - |
| HSV(B) | 282.21º | 0.98% | 0.8% | - |
| XYZ | 22.32 | 10.33 | 57.32 | - |
| YUV | 68.55 | 203.88 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 203 | 0.29 | 0.98 | 0 | 0.20 | 282.21 | 0.96 | 0.41 |
| Hex | 90 | 4 | CB | 1D | 62 | 0 | 14 | 11A | 60 | 29 |
| Octal | 220 | 4 | 313 | 35 | 142 | 0 | 24 | 432 | 140 | 51 |
| Binary | 10010000 | 100 | 11001011 | 11101 | 1100010 | 0 | 10100 | 100011010 | 1100000 | 101001 |
Color Harmonies of #9004CB
Complementary color
Monochromatic Colors of #9004CB
Black with #9004CB
Text Example
Text Example
White with #9004CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004CB; }
p { color: rgb(144,4,203); }
H1.HeaderClassName
{
color: #9004CB;
}
.AnyTagClassName
{
color: #9004CB;
}
</style>
background-color css
<style>
a { background-color: #9004CB; }
a { background-color: rgb(144,4,203); }
div.DivClassName
{
background-color: #9004CB;
}
.BgClassName
{
background-color: #9004CB;
}
</style>
border-color css
<style>
span { border-color: #9004CB; }
span { border-color: rgb(144,4,203); }
td.TdClassName
{
border-color: #9004CB;
}
.TagClassName
{
border-color: #9004CB;
}
</style>