Shades of Dark Violet #8D02DB
Tints of Dark Violet #8D02DB
RGB
CMYK
RGB Variations
Color information
#8D02DB (or 0x8D02DB) is known color: Dark Violet. HEX triplet: 8D, 02 and DB. RGB value is (141,2,219). Sum of RGB (Red+Green+Blue) = 141+2+219=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02DB is #72FD24. Grayscale: #434343. Windows color (decimal): -7535909 or 14353037. OLE color: 14353037.
HSL color Cylindrical-coordinate representation of color #8D02DB: hue angle of 278.43º 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 #8D02DB is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 2 | 219 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.14 |
| HSL | 278.43º | 0.98% | 0.43% | - |
| HSV(B) | 278.43º | 0.99% | 0.86% | - |
| XYZ | 23.79 | 10.82 | 67.85 | - |
| YUV | 68.3 | 213.05 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 219 | 0.36 | 0.99 | 0 | 0.14 | 278.43 | 0.98 | 0.43 |
| Hex | 8D | 2 | DB | 24 | 63 | 0 | E | 116 | 62 | 2B |
| Octal | 215 | 2 | 333 | 44 | 143 | 0 | 16 | 426 | 142 | 53 |
| Binary | 10001101 | 10 | 11011011 | 100100 | 1100011 | 0 | 1110 | 100010110 | 1100010 | 101011 |
Color Harmonies of #8D02DB
Complementary color
Monochromatic Colors of #8D02DB
Black with #8D02DB
Text Example
Text Example
White with #8D02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02DB; }
p { color: rgb(141,2,219); }
H1.HeaderClassName
{
color: #8D02DB;
}
.AnyTagClassName
{
color: #8D02DB;
}
</style>
background-color css
<style>
a { background-color: #8D02DB; }
a { background-color: rgb(141,2,219); }
div.DivClassName
{
background-color: #8D02DB;
}
.BgClassName
{
background-color: #8D02DB;
}
</style>
border-color css
<style>
span { border-color: #8D02DB; }
span { border-color: rgb(141,2,219); }
td.TdClassName
{
border-color: #8D02DB;
}
.TagClassName
{
border-color: #8D02DB;
}
</style>