Shades of Dark Magenta #8B1891
Tints of Dark Magenta #8B1891
RGB
CMYK
RGB Variations
Color information
#8B1891 (or 0x8B1891) is known color: Dark Magenta. HEX triplet: 8B, 18 and 91. RGB value is (139,24,145). Sum of RGB (Red+Green+Blue) = 139+24+145=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 24 (9.77% from 255 or 7.79% 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 #8B1891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1891 is #74E76E. Grayscale: #474747. Windows color (decimal): -7661423 or 9509003. OLE color: 9509003.
HSL color Cylindrical-coordinate representation of color #8B1891: hue angle of 297.02º degrees, saturation: 0.72, 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 #8B1891 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 24 | 145 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.43 |
| HSL | 297.02º | 0.72% | 0.33% | - |
| HSV(B) | 297.02º | 0.83% | 0.57% | - |
| XYZ | 16.08 | 8.19 | 27.52 | - |
| YUV | 72.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 145 | 0.04 | 0.83 | 0 | 0.43 | 297.02 | 0.72 | 0.33 |
| Hex | 8B | 18 | 91 | 4 | 53 | 0 | 2B | 129 | 48 | 21 |
| Octal | 213 | 30 | 221 | 4 | 123 | 0 | 53 | 451 | 110 | 41 |
| Binary | 10001011 | 11000 | 10010001 | 100 | 1010011 | 0 | 101011 | 100101001 | 1001000 | 100001 |
Color Harmonies of #8B1891
Complementary color
Monochromatic Colors of #8B1891
Black with #8B1891
Text Example
Text Example
White with #8B1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1891; }
p { color: rgb(139,24,145); }
H1.HeaderClassName
{
color: #8B1891;
}
.AnyTagClassName
{
color: #8B1891;
}
</style>
background-color css
<style>
a { background-color: #8B1891; }
a { background-color: rgb(139,24,145); }
div.DivClassName
{
background-color: #8B1891;
}
.BgClassName
{
background-color: #8B1891;
}
</style>
border-color css
<style>
span { border-color: #8B1891; }
span { border-color: rgb(139,24,145); }
td.TdClassName
{
border-color: #8B1891;
}
.TagClassName
{
border-color: #8B1891;
}
</style>