Shades of Dark Violet #9D02DB
Tints of Dark Violet #9D02DB
RGB
CMYK
RGB Variations
Color information
#9D02DB (or 0x9D02DB) is known color: Dark Violet. HEX triplet: 9D, 02 and DB. RGB value is (157,2,219). Sum of RGB (Red+Green+Blue) = 157+2+219=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02DB is #62FD24. Grayscale: #484848. Windows color (decimal): -6487333 or 14353053. OLE color: 14353053.
HSL color Cylindrical-coordinate representation of color #9D02DB: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D02DB is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 2 | 219 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.14 |
| HSL | 282.86º | 0.98% | 0.43% | - |
| HSV(B) | 282.86º | 0.99% | 0.86% | - |
| XYZ | 26.71 | 12.33 | 67.99 | - |
| YUV | 73.08 | 210.35 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 219 | 0.28 | 0.99 | 0 | 0.14 | 282.86 | 0.98 | 0.43 |
| Hex | 9D | 2 | DB | 1C | 63 | 0 | E | 11B | 62 | 2B |
| Octal | 235 | 2 | 333 | 34 | 143 | 0 | 16 | 433 | 142 | 53 |
| Binary | 10011101 | 10 | 11011011 | 11100 | 1100011 | 0 | 1110 | 100011011 | 1100010 | 101011 |
Color Harmonies of #9D02DB
Complementary color
Monochromatic Colors of #9D02DB
Black with #9D02DB
Text Example
Text Example
White with #9D02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02DB; }
p { color: rgb(157,2,219); }
H1.HeaderClassName
{
color: #9D02DB;
}
.AnyTagClassName
{
color: #9D02DB;
}
</style>
background-color css
<style>
a { background-color: #9D02DB; }
a { background-color: rgb(157,2,219); }
div.DivClassName
{
background-color: #9D02DB;
}
.BgClassName
{
background-color: #9D02DB;
}
</style>
border-color css
<style>
span { border-color: #9D02DB; }
span { border-color: rgb(157,2,219); }
td.TdClassName
{
border-color: #9D02DB;
}
.TagClassName
{
border-color: #9D02DB;
}
</style>