Shades of Dark Violet #8E09E1
Tints of Dark Violet #8E09E1
RGB
CMYK
RGB Variations
Color information
#8E09E1 (or 0x8E09E1) is known color: Dark Violet. HEX triplet: 8E, 09 and E1. RGB value is (142,9,225). Sum of RGB (Red+Green+Blue) = 142+9+225=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E09E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E09E1 is #71F61E. Grayscale: #484848. Windows color (decimal): -7468575 or 14748046. OLE color: 14748046.
HSL color Cylindrical-coordinate representation of color #8E09E1: hue angle of 276.94º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E09E1 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 9 | 225 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.12 |
| HSL | 276.94º | 0.92% | 0.46% | - |
| HSV(B) | 276.94º | 0.96% | 0.88% | - |
| XYZ | 24.84 | 11.38 | 72.12 | - |
| YUV | 73.39 | 213.56 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 225 | 0.37 | 0.96 | 0 | 0.12 | 276.94 | 0.92 | 0.46 |
| Hex | 8E | 9 | E1 | 25 | 60 | 0 | C | 115 | 5C | 2E |
| Octal | 216 | 11 | 341 | 45 | 140 | 0 | 14 | 425 | 134 | 56 |
| Binary | 10001110 | 1001 | 11100001 | 100101 | 1100000 | 0 | 1100 | 100010101 | 1011100 | 101110 |
Color Harmonies of #8E09E1
Complementary color
Monochromatic Colors of #8E09E1
Black with #8E09E1
Text Example
Text Example
White with #8E09E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E09E1; }
p { color: rgb(142,9,225); }
H1.HeaderClassName
{
color: #8E09E1;
}
.AnyTagClassName
{
color: #8E09E1;
}
</style>
background-color css
<style>
a { background-color: #8E09E1; }
a { background-color: rgb(142,9,225); }
div.DivClassName
{
background-color: #8E09E1;
}
.BgClassName
{
background-color: #8E09E1;
}
</style>
border-color css
<style>
span { border-color: #8E09E1; }
span { border-color: rgb(142,9,225); }
td.TdClassName
{
border-color: #8E09E1;
}
.TagClassName
{
border-color: #8E09E1;
}
</style>