Shades of Dark Magenta #8A028A
Tints of Dark Magenta #8A028A
RGB
CMYK
RGB Variations
Color information
#8A028A (or 0x8A028A) is known color: Dark Magenta. HEX triplet: 8A, 02 and 8A. RGB value is (138,2,138). Sum of RGB (Red+Green+Blue) = 138+2+138=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A028A is #75FD75. Grayscale: #393939. Windows color (decimal): -7732598 or 9044618. OLE color: 9044618.
HSL color Cylindrical-coordinate representation of color #8A028A: hue angle of 300º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A028A is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0 | 0.46 |
| HSL | 300º | 0.97% | 0.27% | - |
| HSV(B) | 300º | 0.99% | 0.54% | - |
| XYZ | 15.09 | 7.28 | 24.65 | - |
| YUV | 58.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 138 | 0 | 0.99 | 0 | 0.46 | 300 | 0.97 | 0.27 |
| Hex | 8A | 2 | 8A | 0 | 63 | 0 | 2E | 12C | 61 | 1B |
| Octal | 212 | 2 | 212 | 0 | 143 | 0 | 56 | 454 | 141 | 33 |
| Binary | 10001010 | 10 | 10001010 | 0 | 1100011 | 0 | 101110 | 100101100 | 1100001 | 11011 |
Color Harmonies of #8A028A
Complementary color
Monochromatic Colors of #8A028A
Black with #8A028A
Text Example
Text Example
White with #8A028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A028A; }
p { color: rgb(138,2,138); }
H1.HeaderClassName
{
color: #8A028A;
}
.AnyTagClassName
{
color: #8A028A;
}
</style>
background-color css
<style>
a { background-color: #8A028A; }
a { background-color: rgb(138,2,138); }
div.DivClassName
{
background-color: #8A028A;
}
.BgClassName
{
background-color: #8A028A;
}
</style>
border-color css
<style>
span { border-color: #8A028A; }
span { border-color: rgb(138,2,138); }
td.TdClassName
{
border-color: #8A028A;
}
.TagClassName
{
border-color: #8A028A;
}
</style>