Shades of Dark Magenta #8A1991
Tints of Dark Magenta #8A1991
RGB
CMYK
RGB Variations
Color information
#8A1991 (or 0x8A1991) is known color: Dark Magenta. HEX triplet: 8A, 19 and 91. RGB value is (138,25,145). Sum of RGB (Red+Green+Blue) = 138+25+145=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A1991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1991 is #75E66E. Grayscale: #484848. Windows color (decimal): -7726703 or 9509258. OLE color: 9509258.
HSL color Cylindrical-coordinate representation of color #8A1991: hue angle of 296.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1991 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 25 | 145 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.43 |
| HSL | 296.5º | 0.71% | 0.33% | - |
| HSV(B) | 296.5º | 0.83% | 0.57% | - |
| XYZ | 15.94 | 8.14 | 27.52 | - |
| YUV | 72.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 145 | 0.05 | 0.83 | 0 | 0.43 | 296.5 | 0.71 | 0.33 |
| Hex | 8A | 19 | 91 | 5 | 53 | 0 | 2B | 128 | 47 | 21 |
| Octal | 212 | 31 | 221 | 5 | 123 | 0 | 53 | 450 | 107 | 41 |
| Binary | 10001010 | 11001 | 10010001 | 101 | 1010011 | 0 | 101011 | 100101000 | 1000111 | 100001 |
Color Harmonies of #8A1991
Complementary color
Monochromatic Colors of #8A1991
Black with #8A1991
Text Example
Text Example
White with #8A1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1991; }
p { color: rgb(138,25,145); }
H1.HeaderClassName
{
color: #8A1991;
}
.AnyTagClassName
{
color: #8A1991;
}
</style>
background-color css
<style>
a { background-color: #8A1991; }
a { background-color: rgb(138,25,145); }
div.DivClassName
{
background-color: #8A1991;
}
.BgClassName
{
background-color: #8A1991;
}
</style>
border-color css
<style>
span { border-color: #8A1991; }
span { border-color: rgb(138,25,145); }
td.TdClassName
{
border-color: #8A1991;
}
.TagClassName
{
border-color: #8A1991;
}
</style>