Shades of Dark Violet #9802CC
Tints of Dark Violet #9802CC
RGB
CMYK
RGB Variations
Color information
#9802CC (or 0x9802CC) is known color: Dark Violet. HEX triplet: 98, 02 and CC. RGB value is (152,2,204). Sum of RGB (Red+Green+Blue) = 152+2+204=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #9802CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802CC is #67FD33. Grayscale: #454545. Windows color (decimal): -6815028 or 13370008. OLE color: 13370008.
HSL color Cylindrical-coordinate representation of color #9802CC: hue angle of 284.55º 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 #9802CC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 2 | 204 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.2 |
| HSL | 284.55º | 0.98% | 0.4% | - |
| HSV(B) | 284.55º | 0.99% | 0.8% | - |
| XYZ | 23.87 | 11.08 | 58.01 | - |
| YUV | 69.88 | 203.7 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 204 | 0.25 | 0.99 | 0 | 0.2 | 284.55 | 0.98 | 0.4 |
| Hex | 98 | 2 | CC | 19 | 63 | 0 | 14 | 11D | 62 | 28 |
| Octal | 230 | 2 | 314 | 31 | 143 | 0 | 24 | 435 | 142 | 50 |
| Binary | 10011000 | 10 | 11001100 | 11001 | 1100011 | 0 | 10100 | 100011101 | 1100010 | 101000 |
Color Harmonies of #9802CC
Complementary color
Monochromatic Colors of #9802CC
Black with #9802CC
Text Example
Text Example
White with #9802CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802CC; }
p { color: rgb(152,2,204); }
H1.HeaderClassName
{
color: #9802CC;
}
.AnyTagClassName
{
color: #9802CC;
}
</style>
background-color css
<style>
a { background-color: #9802CC; }
a { background-color: rgb(152,2,204); }
div.DivClassName
{
background-color: #9802CC;
}
.BgClassName
{
background-color: #9802CC;
}
</style>
border-color css
<style>
span { border-color: #9802CC; }
span { border-color: rgb(152,2,204); }
td.TdClassName
{
border-color: #9802CC;
}
.TagClassName
{
border-color: #9802CC;
}
</style>