Shades of Dark Violet #8A0EE0
Tints of Dark Violet #8A0EE0
RGB
CMYK
RGB Variations
Color information
#8A0EE0 (or 0x8A0EE0) is known color: Dark Violet. HEX triplet: 8A, 0E and E0. RGB value is (138,14,224). Sum of RGB (Red+Green+Blue) = 138+14+224=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A0EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0EE0 is #75F11F. Grayscale: #4A4A4A. Windows color (decimal): -7729440 or 14683786. OLE color: 14683786.
HSL color Cylindrical-coordinate representation of color #8A0EE0: hue angle of 275.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0EE0 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 14 | 224 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.12 |
| HSL | 275.43º | 0.88% | 0.47% | - |
| HSV(B) | 275.43º | 0.94% | 0.88% | - |
| XYZ | 24.09 | 11.1 | 71.39 | - |
| YUV | 75.02 | 212.08 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 14 | 224 | 0.38 | 0.94 | 0 | 0.12 | 275.43 | 0.88 | 0.47 |
| Hex | 8A | E | E0 | 26 | 5E | 0 | C | 113 | 58 | 2F |
| Octal | 212 | 16 | 340 | 46 | 136 | 0 | 14 | 423 | 130 | 57 |
| Binary | 10001010 | 1110 | 11100000 | 100110 | 1011110 | 0 | 1100 | 100010011 | 1011000 | 101111 |
Color Harmonies of #8A0EE0
Complementary color
Monochromatic Colors of #8A0EE0
Black with #8A0EE0
Text Example
Text Example
White with #8A0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0EE0; }
p { color: rgb(138,14,224); }
H1.HeaderClassName
{
color: #8A0EE0;
}
.AnyTagClassName
{
color: #8A0EE0;
}
</style>
background-color css
<style>
a { background-color: #8A0EE0; }
a { background-color: rgb(138,14,224); }
div.DivClassName
{
background-color: #8A0EE0;
}
.BgClassName
{
background-color: #8A0EE0;
}
</style>
border-color css
<style>
span { border-color: #8A0EE0; }
span { border-color: rgb(138,14,224); }
td.TdClassName
{
border-color: #8A0EE0;
}
.TagClassName
{
border-color: #8A0EE0;
}
</style>