Shades of Dark Violet #9815CB
Tints of Dark Violet #9815CB
RGB
CMYK
RGB Variations
Color information
#9815CB (or 0x9815CB) is known color: Dark Violet. HEX triplet: 98, 15 and CB. RGB value is (152,21,203). Sum of RGB (Red+Green+Blue) = 152+21+203=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #9815CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815CB is #67EA34. Grayscale: #505050. Windows color (decimal): -6810165 or 13309336. OLE color: 13309336.
HSL color Cylindrical-coordinate representation of color #9815CB: hue angle of 283.19º 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 #9815CB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 21 | 203 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.20 |
| HSL | 283.19º | 0.81% | 0.44% | - |
| HSV(B) | 283.19º | 0.9% | 0.8% | - |
| XYZ | 24 | 11.52 | 57.46 | - |
| YUV | 80.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 203 | 0.25 | 0.90 | 0 | 0.20 | 283.19 | 0.81 | 0.44 |
| Hex | 98 | 15 | CB | 19 | 5A | 0 | 14 | 11B | 51 | 2C |
| Octal | 230 | 25 | 313 | 31 | 132 | 0 | 24 | 433 | 121 | 54 |
| Binary | 10011000 | 10101 | 11001011 | 11001 | 1011010 | 0 | 10100 | 100011011 | 1010001 | 101100 |
Color Harmonies of #9815CB
Complementary color
Monochromatic Colors of #9815CB
Black with #9815CB
Text Example
Text Example
White with #9815CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9815CB; }
p { color: rgb(152,21,203); }
H1.HeaderClassName
{
color: #9815CB;
}
.AnyTagClassName
{
color: #9815CB;
}
</style>
background-color css
<style>
a { background-color: #9815CB; }
a { background-color: rgb(152,21,203); }
div.DivClassName
{
background-color: #9815CB;
}
.BgClassName
{
background-color: #9815CB;
}
</style>
border-color css
<style>
span { border-color: #9815CB; }
span { border-color: rgb(152,21,203); }
td.TdClassName
{
border-color: #9815CB;
}
.TagClassName
{
border-color: #9815CB;
}
</style>