Shades of Dark Violet #9911CB
Tints of Dark Violet #9911CB
RGB
CMYK
RGB Variations
Color information
#9911CB (or 0x9911CB) is known color: Dark Violet. HEX triplet: 99, 11 and CB. RGB value is (153,17,203). Sum of RGB (Red+Green+Blue) = 153+17+203=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #9911CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9911CB is #66EE34. Grayscale: #4E4E4E. Windows color (decimal): -6745653 or 13308313. OLE color: 13308313.
HSL color Cylindrical-coordinate representation of color #9911CB: hue angle of 283.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9911CB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 17 | 203 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.20 |
| HSL | 283.87º | 0.85% | 0.43% | - |
| HSV(B) | 283.87º | 0.92% | 0.8% | - |
| XYZ | 24.12 | 11.49 | 57.45 | - |
| YUV | 78.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 203 | 0.25 | 0.92 | 0 | 0.20 | 283.87 | 0.85 | 0.43 |
| Hex | 99 | 11 | CB | 19 | 5C | 0 | 14 | 11C | 55 | 2B |
| Octal | 231 | 21 | 313 | 31 | 134 | 0 | 24 | 434 | 125 | 53 |
| Binary | 10011001 | 10001 | 11001011 | 11001 | 1011100 | 0 | 10100 | 100011100 | 1010101 | 101011 |
Color Harmonies of #9911CB
Complementary color
Monochromatic Colors of #9911CB
Black with #9911CB
Text Example
Text Example
White with #9911CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9911CB; }
p { color: rgb(153,17,203); }
H1.HeaderClassName
{
color: #9911CB;
}
.AnyTagClassName
{
color: #9911CB;
}
</style>
background-color css
<style>
a { background-color: #9911CB; }
a { background-color: rgb(153,17,203); }
div.DivClassName
{
background-color: #9911CB;
}
.BgClassName
{
background-color: #9911CB;
}
</style>
border-color css
<style>
span { border-color: #9911CB; }
span { border-color: rgb(153,17,203); }
td.TdClassName
{
border-color: #9911CB;
}
.TagClassName
{
border-color: #9911CB;
}
</style>