Shades of Dark Violet #8E07DD
Tints of Dark Violet #8E07DD
RGB
CMYK
RGB Variations
Color information
#8E07DD (or 0x8E07DD) is known color: Dark Violet. HEX triplet: 8E, 07 and DD. RGB value is (142,7,221). Sum of RGB (Red+Green+Blue) = 142+7+221=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E07DD is #71F822. Grayscale: #474747. Windows color (decimal): -7469091 or 14485390. OLE color: 14485390.
HSL color Cylindrical-coordinate representation of color #8E07DD: hue angle of 277.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E07DD is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 7 | 221 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.13 |
| HSL | 277.85º | 0.94% | 0.45% | - |
| HSV(B) | 277.85º | 0.97% | 0.87% | - |
| XYZ | 24.28 | 11.12 | 69.27 | - |
| YUV | 71.76 | 212.23 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 221 | 0.36 | 0.97 | 0 | 0.13 | 277.85 | 0.94 | 0.45 |
| Hex | 8E | 7 | DD | 24 | 61 | 0 | D | 116 | 5E | 2D |
| Octal | 216 | 7 | 335 | 44 | 141 | 0 | 15 | 426 | 136 | 55 |
| Binary | 10001110 | 111 | 11011101 | 100100 | 1100001 | 0 | 1101 | 100010110 | 1011110 | 101101 |
Color Harmonies of #8E07DD
Complementary color
Monochromatic Colors of #8E07DD
Black with #8E07DD
Text Example
Text Example
White with #8E07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E07DD; }
p { color: rgb(142,7,221); }
H1.HeaderClassName
{
color: #8E07DD;
}
.AnyTagClassName
{
color: #8E07DD;
}
</style>
background-color css
<style>
a { background-color: #8E07DD; }
a { background-color: rgb(142,7,221); }
div.DivClassName
{
background-color: #8E07DD;
}
.BgClassName
{
background-color: #8E07DD;
}
</style>
border-color css
<style>
span { border-color: #8E07DD; }
span { border-color: rgb(142,7,221); }
td.TdClassName
{
border-color: #8E07DD;
}
.TagClassName
{
border-color: #8E07DD;
}
</style>