Shades of Dark Magenta #8A0DA4
Tints of Dark Magenta #8A0DA4
RGB
CMYK
RGB Variations
Color information
#8A0DA4 (or 0x8A0DA4) is known color: Dark Magenta. HEX triplet: 8A, 0D and A4. RGB value is (138,13,164). Sum of RGB (Red+Green+Blue) = 138+13+164=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A0DA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0DA4 is #75F25B. Grayscale: #434343. Windows color (decimal): -7729756 or 10751370. OLE color: 10751370.
HSL color Cylindrical-coordinate representation of color #8A0DA4: hue angle of 289.67º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0DA4 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 13 | 164 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.36 |
| HSL | 289.67º | 0.85% | 0.35% | - |
| HSV(B) | 289.67º | 0.92% | 0.64% | - |
| XYZ | 17.33 | 8.37 | 35.82 | - |
| YUV | 67.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 164 | 0.16 | 0.92 | 0 | 0.36 | 289.67 | 0.85 | 0.35 |
| Hex | 8A | D | A4 | 10 | 5C | 0 | 24 | 122 | 55 | 23 |
| Octal | 212 | 15 | 244 | 20 | 134 | 0 | 44 | 442 | 125 | 43 |
| Binary | 10001010 | 1101 | 10100100 | 10000 | 1011100 | 0 | 100100 | 100100010 | 1010101 | 100011 |
Color Harmonies of #8A0DA4
Complementary color
Monochromatic Colors of #8A0DA4
Black with #8A0DA4
Text Example
Text Example
White with #8A0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0DA4; }
p { color: rgb(138,13,164); }
H1.HeaderClassName
{
color: #8A0DA4;
}
.AnyTagClassName
{
color: #8A0DA4;
}
</style>
background-color css
<style>
a { background-color: #8A0DA4; }
a { background-color: rgb(138,13,164); }
div.DivClassName
{
background-color: #8A0DA4;
}
.BgClassName
{
background-color: #8A0DA4;
}
</style>
border-color css
<style>
span { border-color: #8A0DA4; }
span { border-color: rgb(138,13,164); }
td.TdClassName
{
border-color: #8A0DA4;
}
.TagClassName
{
border-color: #8A0DA4;
}
</style>