Shades of Dark Magenta #8A158A
Tints of Dark Magenta #8A158A
RGB
CMYK
RGB Variations
Color information
#8A158A (or 0x8A158A) is known color: Dark Magenta. HEX triplet: 8A, 15 and 8A. RGB value is (138,21,138). Sum of RGB (Red+Green+Blue) = 138+21+138=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A158A is #75EA75. Grayscale: #444444. Windows color (decimal): -7727734 or 9049482. OLE color: 9049482.
HSL color Cylindrical-coordinate representation of color #8A158A: hue angle of 300º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A158A is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 138 | - |
| CMYK | 0 | 0.85 | 0 | 0.46 |
| HSL | 300º | 0.74% | 0.31% | - |
| HSV(B) | 300º | 0.85% | 0.54% | - |
| XYZ | 15.34 | 7.77 | 24.74 | - |
| YUV | 69.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 138 | 0 | 0.85 | 0 | 0.46 | 300 | 0.74 | 0.31 |
| Hex | 8A | 15 | 8A | 0 | 55 | 0 | 2E | 12C | 4A | 1F |
| Octal | 212 | 25 | 212 | 0 | 125 | 0 | 56 | 454 | 112 | 37 |
| Binary | 10001010 | 10101 | 10001010 | 0 | 1010101 | 0 | 101110 | 100101100 | 1001010 | 11111 |
Color Harmonies of #8A158A
Complementary color
Monochromatic Colors of #8A158A
Black with #8A158A
Text Example
Text Example
White with #8A158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A158A; }
p { color: rgb(138,21,138); }
H1.HeaderClassName
{
color: #8A158A;
}
.AnyTagClassName
{
color: #8A158A;
}
</style>
background-color css
<style>
a { background-color: #8A158A; }
a { background-color: rgb(138,21,138); }
div.DivClassName
{
background-color: #8A158A;
}
.BgClassName
{
background-color: #8A158A;
}
</style>
border-color css
<style>
span { border-color: #8A158A; }
span { border-color: rgb(138,21,138); }
td.TdClassName
{
border-color: #8A158A;
}
.TagClassName
{
border-color: #8A158A;
}
</style>