Shades of Dark Violet #9802DC
Tints of Dark Violet #9802DC
RGB
CMYK
RGB Variations
Color information
#9802DC (or 0x9802DC) is known color: Dark Violet. HEX triplet: 98, 02 and DC. RGB value is (152,2,220). Sum of RGB (Red+Green+Blue) = 152+2+220=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #9802DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802DC is #67FD23. Grayscale: #464646. Windows color (decimal): -6815012 or 14418584. OLE color: 14418584.
HSL color Cylindrical-coordinate representation of color #9802DC: hue angle of 281.28º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802DC is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 2 | 220 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.14 |
| HSL | 281.28º | 0.98% | 0.44% | - |
| HSV(B) | 281.28º | 0.99% | 0.86% | - |
| XYZ | 25.89 | 11.89 | 68.64 | - |
| YUV | 71.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 220 | 0.31 | 0.99 | 0 | 0.14 | 281.28 | 0.98 | 0.44 |
| Hex | 98 | 2 | DC | 1F | 63 | 0 | E | 119 | 62 | 2C |
| Octal | 230 | 2 | 334 | 37 | 143 | 0 | 16 | 431 | 142 | 54 |
| Binary | 10011000 | 10 | 11011100 | 11111 | 1100011 | 0 | 1110 | 100011001 | 1100010 | 101100 |
Color Harmonies of #9802DC
Complementary color
Monochromatic Colors of #9802DC
Black with #9802DC
Text Example
Text Example
White with #9802DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802DC; }
p { color: rgb(152,2,220); }
H1.HeaderClassName
{
color: #9802DC;
}
.AnyTagClassName
{
color: #9802DC;
}
</style>
background-color css
<style>
a { background-color: #9802DC; }
a { background-color: rgb(152,2,220); }
div.DivClassName
{
background-color: #9802DC;
}
.BgClassName
{
background-color: #9802DC;
}
</style>
border-color css
<style>
span { border-color: #9802DC; }
span { border-color: rgb(152,2,220); }
td.TdClassName
{
border-color: #9802DC;
}
.TagClassName
{
border-color: #9802DC;
}
</style>