Shades of Dark Violet #8A0AAF
Tints of Dark Violet #8A0AAF
RGB
CMYK
RGB Variations
Color information
#8A0AAF (or 0x8A0AAF) is known color: Dark Violet. HEX triplet: 8A, 0A and AF. RGB value is (138,10,175). Sum of RGB (Red+Green+Blue) = 138+10+175=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0AAF is #75F550. Grayscale: #424242. Windows color (decimal): -7730513 or 11471498. OLE color: 11471498.
HSL color Cylindrical-coordinate representation of color #8A0AAF: hue angle of 286.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0AAF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 10 | 175 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.31 |
| HSL | 286.55º | 0.89% | 0.36% | - |
| HSV(B) | 286.55º | 0.94% | 0.69% | - |
| XYZ | 18.33 | 8.72 | 41.27 | - |
| YUV | 67.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 175 | 0.21 | 0.94 | 0 | 0.31 | 286.55 | 0.89 | 0.36 |
| Hex | 8A | A | AF | 15 | 5E | 0 | 1F | 11F | 59 | 24 |
| Octal | 212 | 12 | 257 | 25 | 136 | 0 | 37 | 437 | 131 | 44 |
| Binary | 10001010 | 1010 | 10101111 | 10101 | 1011110 | 0 | 11111 | 100011111 | 1011001 | 100100 |
Color Harmonies of #8A0AAF
Complementary color
Monochromatic Colors of #8A0AAF
Black with #8A0AAF
Text Example
Text Example
White with #8A0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0AAF; }
p { color: rgb(138,10,175); }
H1.HeaderClassName
{
color: #8A0AAF;
}
.AnyTagClassName
{
color: #8A0AAF;
}
</style>
background-color css
<style>
a { background-color: #8A0AAF; }
a { background-color: rgb(138,10,175); }
div.DivClassName
{
background-color: #8A0AAF;
}
.BgClassName
{
background-color: #8A0AAF;
}
</style>
border-color css
<style>
span { border-color: #8A0AAF; }
span { border-color: rgb(138,10,175); }
td.TdClassName
{
border-color: #8A0AAF;
}
.TagClassName
{
border-color: #8A0AAF;
}
</style>