Shades of Dark Violet #9802DD
Tints of Dark Violet #9802DD
RGB
CMYK
RGB Variations
Color information
#9802DD (or 0x9802DD) is known color: Dark Violet. HEX triplet: 98, 02 and DD. RGB value is (152,2,221). Sum of RGB (Red+Green+Blue) = 152+2+221=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #9802DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802DD is #67FD22. Grayscale: #474747. Windows color (decimal): -6815011 or 14484120. OLE color: 14484120.
HSL color Cylindrical-coordinate representation of color #9802DD: hue angle of 281.1º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802DD is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 2 | 221 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.13 |
| HSL | 281.1º | 0.98% | 0.44% | - |
| HSV(B) | 281.1º | 0.99% | 0.87% | - |
| XYZ | 26.02 | 11.94 | 69.34 | - |
| YUV | 71.82 | 212.2 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 221 | 0.31 | 0.99 | 0 | 0.13 | 281.1 | 0.98 | 0.44 |
| Hex | 98 | 2 | DD | 1F | 63 | 0 | D | 119 | 62 | 2C |
| Octal | 230 | 2 | 335 | 37 | 143 | 0 | 15 | 431 | 142 | 54 |
| Binary | 10011000 | 10 | 11011101 | 11111 | 1100011 | 0 | 1101 | 100011001 | 1100010 | 101100 |
Color Harmonies of #9802DD
Complementary color
Monochromatic Colors of #9802DD
Black with #9802DD
Text Example
Text Example
White with #9802DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802DD; }
p { color: rgb(152,2,221); }
H1.HeaderClassName
{
color: #9802DD;
}
.AnyTagClassName
{
color: #9802DD;
}
</style>
background-color css
<style>
a { background-color: #9802DD; }
a { background-color: rgb(152,2,221); }
div.DivClassName
{
background-color: #9802DD;
}
.BgClassName
{
background-color: #9802DD;
}
</style>
border-color css
<style>
span { border-color: #9802DD; }
span { border-color: rgb(152,2,221); }
td.TdClassName
{
border-color: #9802DD;
}
.TagClassName
{
border-color: #9802DD;
}
</style>