Shades of Dark Violet #9917CB
Tints of Dark Violet #9917CB
RGB
CMYK
RGB Variations
Color information
#9917CB (or 0x9917CB) is known color: Dark Violet. HEX triplet: 99, 17 and CB. RGB value is (153,23,203). Sum of RGB (Red+Green+Blue) = 153+23+203=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #9917CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917CB is #66E834. Grayscale: #515151. Windows color (decimal): -6744117 or 13309849. OLE color: 13309849.
HSL color Cylindrical-coordinate representation of color #9917CB: hue angle of 283.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 #9917CB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 23 | 203 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.20 |
| HSL | 283.33º | 0.8% | 0.44% | - |
| HSV(B) | 283.33º | 0.89% | 0.8% | - |
| XYZ | 24.22 | 11.7 | 57.48 | - |
| YUV | 82.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 203 | 0.25 | 0.89 | 0 | 0.20 | 283.33 | 0.8 | 0.44 |
| Hex | 99 | 17 | CB | 19 | 59 | 0 | 14 | 11B | 50 | 2C |
| Octal | 231 | 27 | 313 | 31 | 131 | 0 | 24 | 433 | 120 | 54 |
| Binary | 10011001 | 10111 | 11001011 | 11001 | 1011001 | 0 | 10100 | 100011011 | 1010000 | 101100 |
Color Harmonies of #9917CB
Complementary color
Monochromatic Colors of #9917CB
Black with #9917CB
Text Example
Text Example
White with #9917CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9917CB; }
p { color: rgb(153,23,203); }
H1.HeaderClassName
{
color: #9917CB;
}
.AnyTagClassName
{
color: #9917CB;
}
</style>
background-color css
<style>
a { background-color: #9917CB; }
a { background-color: rgb(153,23,203); }
div.DivClassName
{
background-color: #9917CB;
}
.BgClassName
{
background-color: #9917CB;
}
</style>
border-color css
<style>
span { border-color: #9917CB; }
span { border-color: rgb(153,23,203); }
td.TdClassName
{
border-color: #9917CB;
}
.TagClassName
{
border-color: #9917CB;
}
</style>