Shades of Dark Violet #9802DF
Tints of Dark Violet #9802DF
RGB
CMYK
RGB Variations
Color information
#9802DF (or 0x9802DF) is known color: Dark Violet. HEX triplet: 98, 02 and DF. RGB value is (152,2,223). Sum of RGB (Red+Green+Blue) = 152+2+223=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #9802DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802DF is #67FD20. Grayscale: #474747. Windows color (decimal): -6815009 or 14615192. OLE color: 14615192.
HSL color Cylindrical-coordinate representation of color #9802DF: hue angle of 280.72º 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 #9802DF is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 2 | 223 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.13 |
| HSL | 280.72º | 0.98% | 0.44% | - |
| HSV(B) | 280.72º | 0.99% | 0.87% | - |
| XYZ | 26.29 | 12.05 | 70.75 | - |
| YUV | 72.04 | 213.2 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 223 | 0.32 | 0.99 | 0 | 0.13 | 280.72 | 0.98 | 0.44 |
| Hex | 98 | 2 | DF | 20 | 63 | 0 | D | 119 | 62 | 2C |
| Octal | 230 | 2 | 337 | 40 | 143 | 0 | 15 | 431 | 142 | 54 |
| Binary | 10011000 | 10 | 11011111 | 100000 | 1100011 | 0 | 1101 | 100011001 | 1100010 | 101100 |
Color Harmonies of #9802DF
Complementary color
Monochromatic Colors of #9802DF
Black with #9802DF
Text Example
Text Example
White with #9802DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802DF; }
p { color: rgb(152,2,223); }
H1.HeaderClassName
{
color: #9802DF;
}
.AnyTagClassName
{
color: #9802DF;
}
</style>
background-color css
<style>
a { background-color: #9802DF; }
a { background-color: rgb(152,2,223); }
div.DivClassName
{
background-color: #9802DF;
}
.BgClassName
{
background-color: #9802DF;
}
</style>
border-color css
<style>
span { border-color: #9802DF; }
span { border-color: rgb(152,2,223); }
td.TdClassName
{
border-color: #9802DF;
}
.TagClassName
{
border-color: #9802DF;
}
</style>