Shades of Dark Violet #8E04DB
Tints of Dark Violet #8E04DB
RGB
CMYK
RGB Variations
Color information
#8E04DB (or 0x8E04DB) is known color: Dark Violet. HEX triplet: 8E, 04 and DB. RGB value is (142,4,219). Sum of RGB (Red+Green+Blue) = 142+4+219=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E04DB is #71FB24. Grayscale: #454545. Windows color (decimal): -7469861 or 14353550. OLE color: 14353550.
HSL color Cylindrical-coordinate representation of color #8E04DB: hue angle of 278.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E04DB is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 4 | 219 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.14 |
| HSL | 278.51º | 0.96% | 0.44% | - |
| HSV(B) | 278.51º | 0.98% | 0.86% | - |
| XYZ | 23.98 | 10.95 | 67.87 | - |
| YUV | 69.77 | 212.22 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 219 | 0.35 | 0.98 | 0 | 0.14 | 278.51 | 0.96 | 0.44 |
| Hex | 8E | 4 | DB | 23 | 62 | 0 | E | 117 | 60 | 2C |
| Octal | 216 | 4 | 333 | 43 | 142 | 0 | 16 | 427 | 140 | 54 |
| Binary | 10001110 | 100 | 11011011 | 100011 | 1100010 | 0 | 1110 | 100010111 | 1100000 | 101100 |
Color Harmonies of #8E04DB
Complementary color
Monochromatic Colors of #8E04DB
Black with #8E04DB
Text Example
Text Example
White with #8E04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E04DB; }
p { color: rgb(142,4,219); }
H1.HeaderClassName
{
color: #8E04DB;
}
.AnyTagClassName
{
color: #8E04DB;
}
</style>
background-color css
<style>
a { background-color: #8E04DB; }
a { background-color: rgb(142,4,219); }
div.DivClassName
{
background-color: #8E04DB;
}
.BgClassName
{
background-color: #8E04DB;
}
</style>
border-color css
<style>
span { border-color: #8E04DB; }
span { border-color: rgb(142,4,219); }
td.TdClassName
{
border-color: #8E04DB;
}
.TagClassName
{
border-color: #8E04DB;
}
</style>