Shades of Dark Magenta #8A05AA
Tints of Dark Magenta #8A05AA
RGB
CMYK
RGB Variations
Color information
#8A05AA (or 0x8A05AA) is known color: Dark Magenta. HEX triplet: 8A, 05 and AA. RGB value is (138,5,170). Sum of RGB (Red+Green+Blue) = 138+5+170=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A05AA is #75FA55. Grayscale: #3F3F3F. Windows color (decimal): -7731798 or 11142538. OLE color: 11142538.
HSL color Cylindrical-coordinate representation of color #8A05AA: hue angle of 288.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A05AA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 5 | 170 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.33 |
| HSL | 288.36º | 0.94% | 0.34% | - |
| HSV(B) | 288.36º | 0.97% | 0.67% | - |
| XYZ | 17.79 | 8.41 | 38.72 | - |
| YUV | 63.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 170 | 0.19 | 0.97 | 0 | 0.33 | 288.36 | 0.94 | 0.34 |
| Hex | 8A | 5 | AA | 13 | 61 | 0 | 21 | 120 | 5E | 22 |
| Octal | 212 | 5 | 252 | 23 | 141 | 0 | 41 | 440 | 136 | 42 |
| Binary | 10001010 | 101 | 10101010 | 10011 | 1100001 | 0 | 100001 | 100100000 | 1011110 | 100010 |
Color Harmonies of #8A05AA
Complementary color
Monochromatic Colors of #8A05AA
Black with #8A05AA
Text Example
Text Example
White with #8A05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05AA; }
p { color: rgb(138,5,170); }
H1.HeaderClassName
{
color: #8A05AA;
}
.AnyTagClassName
{
color: #8A05AA;
}
</style>
background-color css
<style>
a { background-color: #8A05AA; }
a { background-color: rgb(138,5,170); }
div.DivClassName
{
background-color: #8A05AA;
}
.BgClassName
{
background-color: #8A05AA;
}
</style>
border-color css
<style>
span { border-color: #8A05AA; }
span { border-color: rgb(138,5,170); }
td.TdClassName
{
border-color: #8A05AA;
}
.TagClassName
{
border-color: #8A05AA;
}
</style>