Shades of Dark Magenta #8A1B91
Tints of Dark Magenta #8A1B91
RGB
CMYK
RGB Variations
Color information
#8A1B91 (or 0x8A1B91) is known color: Dark Magenta. HEX triplet: 8A, 1B and 91. RGB value is (138,27,145). Sum of RGB (Red+Green+Blue) = 138+27+145=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A1B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1B91 is #75E46E. Grayscale: #494949. Windows color (decimal): -7726191 or 9509770. OLE color: 9509770.
HSL color Cylindrical-coordinate representation of color #8A1B91: hue angle of 296.44º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1B91 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 27 | 145 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.43 |
| HSL | 296.44º | 0.69% | 0.34% | - |
| HSV(B) | 296.44º | 0.81% | 0.57% | - |
| XYZ | 15.98 | 8.23 | 27.53 | - |
| YUV | 73.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 145 | 0.05 | 0.81 | 0 | 0.43 | 296.44 | 0.69 | 0.34 |
| Hex | 8A | 1B | 91 | 5 | 51 | 0 | 2B | 128 | 45 | 22 |
| Octal | 212 | 33 | 221 | 5 | 121 | 0 | 53 | 450 | 105 | 42 |
| Binary | 10001010 | 11011 | 10010001 | 101 | 1010001 | 0 | 101011 | 100101000 | 1000101 | 100010 |
Color Harmonies of #8A1B91
Complementary color
Monochromatic Colors of #8A1B91
Black with #8A1B91
Text Example
Text Example
White with #8A1B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B91; }
p { color: rgb(138,27,145); }
H1.HeaderClassName
{
color: #8A1B91;
}
.AnyTagClassName
{
color: #8A1B91;
}
</style>
background-color css
<style>
a { background-color: #8A1B91; }
a { background-color: rgb(138,27,145); }
div.DivClassName
{
background-color: #8A1B91;
}
.BgClassName
{
background-color: #8A1B91;
}
</style>
border-color css
<style>
span { border-color: #8A1B91; }
span { border-color: rgb(138,27,145); }
td.TdClassName
{
border-color: #8A1B91;
}
.TagClassName
{
border-color: #8A1B91;
}
</style>