Shades of Dark Magenta #8A0082
Tints of Dark Magenta #8A0082
RGB
CMYK
RGB Variations
Color information
#8A0082 (or 0x8A0082) is known color: Dark Magenta. HEX triplet: 8A, 00 and 82. RGB value is (138,0,130). Sum of RGB (Red+Green+Blue) = 138+0+130=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0082 is #75FF7D. Grayscale: #373737. Windows color (decimal): -7733118 or 8519818. OLE color: 8519818.
HSL color Cylindrical-coordinate representation of color #8A0082: hue angle of 303.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0082 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.06 | 0.46 |
| HSL | 303.48º | 1% | 0.27% | - |
| HSV(B) | 303.48º | 1% | 0.54% | - |
| XYZ | 14.51 | 7.01 | 21.71 | - |
| YUV | 56.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 130 | 0 | 1 | 0.06 | 0.46 | 303.48 | 1 | 0.27 |
| Hex | 8A | 0 | 82 | 0 | 64 | 6 | 2E | 12F | 64 | 1B |
| Octal | 212 | 0 | 202 | 0 | 144 | 6 | 56 | 457 | 144 | 33 |
| Binary | 10001010 | 0 | 10000010 | 0 | 1100100 | 110 | 101110 | 100101111 | 1100100 | 11011 |
Color Harmonies of #8A0082
Complementary color
Monochromatic Colors of #8A0082
Black with #8A0082
Text Example
Text Example
White with #8A0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0082; }
p { color: rgb(138,0,130); }
H1.HeaderClassName
{
color: #8A0082;
}
.AnyTagClassName
{
color: #8A0082;
}
</style>
background-color css
<style>
a { background-color: #8A0082; }
a { background-color: rgb(138,0,130); }
div.DivClassName
{
background-color: #8A0082;
}
.BgClassName
{
background-color: #8A0082;
}
</style>
border-color css
<style>
span { border-color: #8A0082; }
span { border-color: rgb(138,0,130); }
td.TdClassName
{
border-color: #8A0082;
}
.TagClassName
{
border-color: #8A0082;
}
</style>