Shades of Dark Magenta #8A028B
Tints of Dark Magenta #8A028B
RGB
CMYK
RGB Variations
Color information
#8A028B (or 0x8A028B) is known color: Dark Magenta. HEX triplet: 8A, 02 and 8B. RGB value is (138,2,139). Sum of RGB (Red+Green+Blue) = 138+2+139=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A028B is #75FD74. Grayscale: #393939. Windows color (decimal): -7732597 or 9110154. OLE color: 9110154.
HSL color Cylindrical-coordinate representation of color #8A028B: hue angle of 299.56º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A028B is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 2 | 139 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.45 |
| HSL | 299.56º | 0.97% | 0.28% | - |
| HSV(B) | 299.56º | 0.99% | 0.55% | - |
| XYZ | 15.16 | 7.31 | 25.04 | - |
| YUV | 58.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 139 | 0.01 | 0.99 | 0 | 0.45 | 299.56 | 0.97 | 0.28 |
| Hex | 8A | 2 | 8B | 1 | 63 | 0 | 2D | 12C | 61 | 1C |
| Octal | 212 | 2 | 213 | 1 | 143 | 0 | 55 | 454 | 141 | 34 |
| Binary | 10001010 | 10 | 10001011 | 1 | 1100011 | 0 | 101101 | 100101100 | 1100001 | 11100 |
Color Harmonies of #8A028B
Complementary color
Monochromatic Colors of #8A028B
Black with #8A028B
Text Example
Text Example
White with #8A028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A028B; }
p { color: rgb(138,2,139); }
H1.HeaderClassName
{
color: #8A028B;
}
.AnyTagClassName
{
color: #8A028B;
}
</style>
background-color css
<style>
a { background-color: #8A028B; }
a { background-color: rgb(138,2,139); }
div.DivClassName
{
background-color: #8A028B;
}
.BgClassName
{
background-color: #8A028B;
}
</style>
border-color css
<style>
span { border-color: #8A028B; }
span { border-color: rgb(138,2,139); }
td.TdClassName
{
border-color: #8A028B;
}
.TagClassName
{
border-color: #8A028B;
}
</style>