Shades of Dark Violet #8E07DB
Tints of Dark Violet #8E07DB
RGB
CMYK
RGB Variations
Color information
#8E07DB (or 0x8E07DB) is known color: Dark Violet. HEX triplet: 8E, 07 and DB. RGB value is (142,7,219). Sum of RGB (Red+Green+Blue) = 142+7+219=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E07DB is #71F824. Grayscale: #464646. Windows color (decimal): -7469093 or 14354318. OLE color: 14354318.
HSL color Cylindrical-coordinate representation of color #8E07DB: hue angle of 278.21º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E07DB is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 7 | 219 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.14 |
| HSL | 278.21º | 0.94% | 0.44% | - |
| HSV(B) | 278.21º | 0.97% | 0.86% | - |
| XYZ | 24.02 | 11.02 | 67.88 | - |
| YUV | 71.53 | 211.23 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 219 | 0.35 | 0.97 | 0 | 0.14 | 278.21 | 0.94 | 0.44 |
| Hex | 8E | 7 | DB | 23 | 61 | 0 | E | 116 | 5E | 2C |
| Octal | 216 | 7 | 333 | 43 | 141 | 0 | 16 | 426 | 136 | 54 |
| Binary | 10001110 | 111 | 11011011 | 100011 | 1100001 | 0 | 1110 | 100010110 | 1011110 | 101100 |
Color Harmonies of #8E07DB
Complementary color
Monochromatic Colors of #8E07DB
Black with #8E07DB
Text Example
Text Example
White with #8E07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E07DB; }
p { color: rgb(142,7,219); }
H1.HeaderClassName
{
color: #8E07DB;
}
.AnyTagClassName
{
color: #8E07DB;
}
</style>
background-color css
<style>
a { background-color: #8E07DB; }
a { background-color: rgb(142,7,219); }
div.DivClassName
{
background-color: #8E07DB;
}
.BgClassName
{
background-color: #8E07DB;
}
</style>
border-color css
<style>
span { border-color: #8E07DB; }
span { border-color: rgb(142,7,219); }
td.TdClassName
{
border-color: #8E07DB;
}
.TagClassName
{
border-color: #8E07DB;
}
</style>