Shades of Dark Violet #9017CB
Tints of Dark Violet #9017CB
RGB
CMYK
RGB Variations
Color information
#9017CB (or 0x9017CB) is known color: Dark Violet. HEX triplet: 90, 17 and CB. RGB value is (144,23,203). Sum of RGB (Red+Green+Blue) = 144+23+203=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #9017CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9017CB is #6FE834. Grayscale: #4F4F4F. Windows color (decimal): -7333941 or 13309840. OLE color: 13309840.
HSL color Cylindrical-coordinate representation of color #9017CB: hue angle of 280.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9017CB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 23 | 203 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.20 |
| HSL | 280.33º | 0.8% | 0.44% | - |
| HSV(B) | 280.33º | 0.89% | 0.8% | - |
| XYZ | 22.59 | 10.85 | 57.4 | - |
| YUV | 79.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 203 | 0.29 | 0.89 | 0 | 0.20 | 280.33 | 0.8 | 0.44 |
| Hex | 90 | 17 | CB | 1D | 59 | 0 | 14 | 118 | 50 | 2C |
| Octal | 220 | 27 | 313 | 35 | 131 | 0 | 24 | 430 | 120 | 54 |
| Binary | 10010000 | 10111 | 11001011 | 11101 | 1011001 | 0 | 10100 | 100011000 | 1010000 | 101100 |
Color Harmonies of #9017CB
Complementary color
Monochromatic Colors of #9017CB
Black with #9017CB
Text Example
Text Example
White with #9017CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9017CB; }
p { color: rgb(144,23,203); }
H1.HeaderClassName
{
color: #9017CB;
}
.AnyTagClassName
{
color: #9017CB;
}
</style>
background-color css
<style>
a { background-color: #9017CB; }
a { background-color: rgb(144,23,203); }
div.DivClassName
{
background-color: #9017CB;
}
.BgClassName
{
background-color: #9017CB;
}
</style>
border-color css
<style>
span { border-color: #9017CB; }
span { border-color: rgb(144,23,203); }
td.TdClassName
{
border-color: #9017CB;
}
.TagClassName
{
border-color: #9017CB;
}
</style>