Shades of Dark Violet #8E16D8
Tints of Dark Violet #8E16D8
RGB
CMYK
RGB Variations
Color information
#8E16D8 (or 0x8E16D8) is known color: Dark Violet. HEX triplet: 8E, 16 and D8. RGB value is (142,22,216). Sum of RGB (Red+Green+Blue) = 142+22+216=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #8E16D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E16D8 is #71E927. Grayscale: #4F4F4F. Windows color (decimal): -7465256 or 14161550. OLE color: 14161550.
HSL color Cylindrical-coordinate representation of color #8E16D8: hue angle of 277.11º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E16D8 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 22 | 216 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.15 |
| HSL | 277.11º | 0.82% | 0.47% | - |
| HSV(B) | 277.11º | 0.9% | 0.85% | - |
| XYZ | 23.84 | 11.28 | 65.89 | - |
| YUV | 80 | 204.76 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 216 | 0.34 | 0.90 | 0 | 0.15 | 277.11 | 0.82 | 0.47 |
| Hex | 8E | 16 | D8 | 22 | 5A | 0 | F | 115 | 52 | 2F |
| Octal | 216 | 26 | 330 | 42 | 132 | 0 | 17 | 425 | 122 | 57 |
| Binary | 10001110 | 10110 | 11011000 | 100010 | 1011010 | 0 | 1111 | 100010101 | 1010010 | 101111 |
Color Harmonies of #8E16D8
Complementary color
Monochromatic Colors of #8E16D8
Black with #8E16D8
Text Example
Text Example
White with #8E16D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E16D8; }
p { color: rgb(142,22,216); }
H1.HeaderClassName
{
color: #8E16D8;
}
.AnyTagClassName
{
color: #8E16D8;
}
</style>
background-color css
<style>
a { background-color: #8E16D8; }
a { background-color: rgb(142,22,216); }
div.DivClassName
{
background-color: #8E16D8;
}
.BgClassName
{
background-color: #8E16D8;
}
</style>
border-color css
<style>
span { border-color: #8E16D8; }
span { border-color: rgb(142,22,216); }
td.TdClassName
{
border-color: #8E16D8;
}
.TagClassName
{
border-color: #8E16D8;
}
</style>