Shades of Dark Magenta #8A0BAA
Tints of Dark Magenta #8A0BAA
RGB
CMYK
RGB Variations
Color information
#8A0BAA (or 0x8A0BAA) is known color: Dark Magenta. HEX triplet: 8A, 0B and AA. RGB value is (138,11,170). Sum of RGB (Red+Green+Blue) = 138+11+170=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A0BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0BAA is #75F455. Grayscale: #424242. Windows color (decimal): -7730262 or 11144074. OLE color: 11144074.
HSL color Cylindrical-coordinate representation of color #8A0BAA: hue angle of 287.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0BAA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 11 | 170 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.33 |
| HSL | 287.92º | 0.88% | 0.35% | - |
| HSV(B) | 287.92º | 0.94% | 0.67% | - |
| XYZ | 17.86 | 8.54 | 38.74 | - |
| YUV | 67.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 170 | 0.19 | 0.94 | 0 | 0.33 | 287.92 | 0.88 | 0.35 |
| Hex | 8A | B | AA | 13 | 5E | 0 | 21 | 120 | 58 | 23 |
| Octal | 212 | 13 | 252 | 23 | 136 | 0 | 41 | 440 | 130 | 43 |
| Binary | 10001010 | 1011 | 10101010 | 10011 | 1011110 | 0 | 100001 | 100100000 | 1011000 | 100011 |
Color Harmonies of #8A0BAA
Complementary color
Monochromatic Colors of #8A0BAA
Black with #8A0BAA
Text Example
Text Example
White with #8A0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0BAA; }
p { color: rgb(138,11,170); }
H1.HeaderClassName
{
color: #8A0BAA;
}
.AnyTagClassName
{
color: #8A0BAA;
}
</style>
background-color css
<style>
a { background-color: #8A0BAA; }
a { background-color: rgb(138,11,170); }
div.DivClassName
{
background-color: #8A0BAA;
}
.BgClassName
{
background-color: #8A0BAA;
}
</style>
border-color css
<style>
span { border-color: #8A0BAA; }
span { border-color: rgb(138,11,170); }
td.TdClassName
{
border-color: #8A0BAA;
}
.TagClassName
{
border-color: #8A0BAA;
}
</style>