Shades of Dark Violet #8A0AAE
Tints of Dark Violet #8A0AAE
RGB
CMYK
RGB Variations
Color information
#8A0AAE (or 0x8A0AAE) is known color: Dark Violet. HEX triplet: 8A, 0A and AE. RGB value is (138,10,174). Sum of RGB (Red+Green+Blue) = 138+10+174=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0AAE is #75F551. Grayscale: #424242. Windows color (decimal): -7730514 or 11405962. OLE color: 11405962.
HSL color Cylindrical-coordinate representation of color #8A0AAE: hue angle of 286.83º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0AAE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 10 | 174 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.32 |
| HSL | 286.83º | 0.89% | 0.36% | - |
| HSV(B) | 286.83º | 0.94% | 0.68% | - |
| XYZ | 18.23 | 8.68 | 40.76 | - |
| YUV | 66.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 174 | 0.21 | 0.94 | 0 | 0.32 | 286.83 | 0.89 | 0.36 |
| Hex | 8A | A | AE | 15 | 5E | 0 | 20 | 11F | 59 | 24 |
| Octal | 212 | 12 | 256 | 25 | 136 | 0 | 40 | 437 | 131 | 44 |
| Binary | 10001010 | 1010 | 10101110 | 10101 | 1011110 | 0 | 100000 | 100011111 | 1011001 | 100100 |
Color Harmonies of #8A0AAE
Complementary color
Monochromatic Colors of #8A0AAE
Black with #8A0AAE
Text Example
Text Example
White with #8A0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0AAE; }
p { color: rgb(138,10,174); }
H1.HeaderClassName
{
color: #8A0AAE;
}
.AnyTagClassName
{
color: #8A0AAE;
}
</style>
background-color css
<style>
a { background-color: #8A0AAE; }
a { background-color: rgb(138,10,174); }
div.DivClassName
{
background-color: #8A0AAE;
}
.BgClassName
{
background-color: #8A0AAE;
}
</style>
border-color css
<style>
span { border-color: #8A0AAE; }
span { border-color: rgb(138,10,174); }
td.TdClassName
{
border-color: #8A0AAE;
}
.TagClassName
{
border-color: #8A0AAE;
}
</style>