Shades of Dark Violet #8E0AB4
Tints of Dark Violet #8E0AB4
RGB
CMYK
RGB Variations
Color information
#8E0AB4 (or 0x8E0AB4) is known color: Dark Violet. HEX triplet: 8E, 0A and B4. RGB value is (142,10,180). Sum of RGB (Red+Green+Blue) = 142+10+180=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E0AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0AB4 is #71F54B. Grayscale: #444444. Windows color (decimal): -7468364 or 11799182. OLE color: 11799182.
HSL color Cylindrical-coordinate representation of color #8E0AB4: hue angle of 286.59º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0AB4 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 10 | 180 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.29 |
| HSL | 286.59º | 0.89% | 0.37% | - |
| HSV(B) | 286.59º | 0.94% | 0.71% | - |
| XYZ | 19.5 | 9.26 | 43.94 | - |
| YUV | 68.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 10 | 180 | 0.21 | 0.94 | 0 | 0.29 | 286.59 | 0.89 | 0.37 |
| Hex | 8E | A | B4 | 15 | 5E | 0 | 1D | 11F | 59 | 25 |
| Octal | 216 | 12 | 264 | 25 | 136 | 0 | 35 | 437 | 131 | 45 |
| Binary | 10001110 | 1010 | 10110100 | 10101 | 1011110 | 0 | 11101 | 100011111 | 1011001 | 100101 |
Color Harmonies of #8E0AB4
Complementary color
Monochromatic Colors of #8E0AB4
Black with #8E0AB4
Text Example
Text Example
White with #8E0AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0AB4; }
p { color: rgb(142,10,180); }
H1.HeaderClassName
{
color: #8E0AB4;
}
.AnyTagClassName
{
color: #8E0AB4;
}
</style>
background-color css
<style>
a { background-color: #8E0AB4; }
a { background-color: rgb(142,10,180); }
div.DivClassName
{
background-color: #8E0AB4;
}
.BgClassName
{
background-color: #8E0AB4;
}
</style>
border-color css
<style>
span { border-color: #8E0AB4; }
span { border-color: rgb(142,10,180); }
td.TdClassName
{
border-color: #8E0AB4;
}
.TagClassName
{
border-color: #8E0AB4;
}
</style>