Shades of Dark Violet #9802CB
Tints of Dark Violet #9802CB
RGB
CMYK
RGB Variations
Color information
#9802CB (or 0x9802CB) is known color: Dark Violet. HEX triplet: 98, 02 and CB. RGB value is (152,2,203). Sum of RGB (Red+Green+Blue) = 152+2+203=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #9802CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802CB is #67FD34. Grayscale: #454545. Windows color (decimal): -6815029 or 13304472. OLE color: 13304472.
HSL color Cylindrical-coordinate representation of color #9802CB: hue angle of 284.78º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802CB is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 2 | 203 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.20 |
| HSL | 284.78º | 0.98% | 0.4% | - |
| HSV(B) | 284.78º | 0.99% | 0.8% | - |
| XYZ | 23.75 | 11.03 | 57.38 | - |
| YUV | 69.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 203 | 0.25 | 0.99 | 0 | 0.20 | 284.78 | 0.98 | 0.4 |
| Hex | 98 | 2 | CB | 19 | 63 | 0 | 14 | 11D | 62 | 28 |
| Octal | 230 | 2 | 313 | 31 | 143 | 0 | 24 | 435 | 142 | 50 |
| Binary | 10011000 | 10 | 11001011 | 11001 | 1100011 | 0 | 10100 | 100011101 | 1100010 | 101000 |
Color Harmonies of #9802CB
Complementary color
Monochromatic Colors of #9802CB
Black with #9802CB
Text Example
Text Example
White with #9802CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802CB; }
p { color: rgb(152,2,203); }
H1.HeaderClassName
{
color: #9802CB;
}
.AnyTagClassName
{
color: #9802CB;
}
</style>
background-color css
<style>
a { background-color: #9802CB; }
a { background-color: rgb(152,2,203); }
div.DivClassName
{
background-color: #9802CB;
}
.BgClassName
{
background-color: #9802CB;
}
</style>
border-color css
<style>
span { border-color: #9802CB; }
span { border-color: rgb(152,2,203); }
td.TdClassName
{
border-color: #9802CB;
}
.TagClassName
{
border-color: #9802CB;
}
</style>