Shades of Dark Violet #9915CB
Tints of Dark Violet #9915CB
RGB
CMYK
RGB Variations
Color information
#9915CB (or 0x9915CB) is known color: Dark Violet. HEX triplet: 99, 15 and CB. RGB value is (153,21,203). Sum of RGB (Red+Green+Blue) = 153+21+203=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #9915CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915CB is #66EA34. Grayscale: #505050. Windows color (decimal): -6744629 or 13309337. OLE color: 13309337.
HSL color Cylindrical-coordinate representation of color #9915CB: hue angle of 283.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9915CB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 21 | 203 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.20 |
| HSL | 283.52º | 0.81% | 0.44% | - |
| HSV(B) | 283.52º | 0.9% | 0.8% | - |
| XYZ | 24.18 | 11.62 | 57.47 | - |
| YUV | 81.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 203 | 0.25 | 0.90 | 0 | 0.20 | 283.52 | 0.81 | 0.44 |
| Hex | 99 | 15 | CB | 19 | 5A | 0 | 14 | 11C | 51 | 2C |
| Octal | 231 | 25 | 313 | 31 | 132 | 0 | 24 | 434 | 121 | 54 |
| Binary | 10011001 | 10101 | 11001011 | 11001 | 1011010 | 0 | 10100 | 100011100 | 1010001 | 101100 |
Color Harmonies of #9915CB
Complementary color
Monochromatic Colors of #9915CB
Black with #9915CB
Text Example
Text Example
White with #9915CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9915CB; }
p { color: rgb(153,21,203); }
H1.HeaderClassName
{
color: #9915CB;
}
.AnyTagClassName
{
color: #9915CB;
}
</style>
background-color css
<style>
a { background-color: #9915CB; }
a { background-color: rgb(153,21,203); }
div.DivClassName
{
background-color: #9915CB;
}
.BgClassName
{
background-color: #9915CB;
}
</style>
border-color css
<style>
span { border-color: #9915CB; }
span { border-color: rgb(153,21,203); }
td.TdClassName
{
border-color: #9915CB;
}
.TagClassName
{
border-color: #9915CB;
}
</style>