Shades of Dark Magenta #8B1999
Tints of Dark Magenta #8B1999
RGB
CMYK
RGB Variations
Color information
#8B1999 (or 0x8B1999) is known color: Dark Magenta. HEX triplet: 8B, 19 and 99. RGB value is (139,25,153). Sum of RGB (Red+Green+Blue) = 139+25+153=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1999 is #74E666. Grayscale: #494949. Windows color (decimal): -7661159 or 10033547. OLE color: 10033547.
HSL color Cylindrical-coordinate representation of color #8B1999: hue angle of 293.44º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1999 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 25 | 153 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.4 |
| HSL | 293.44º | 0.72% | 0.35% | - |
| HSV(B) | 293.44º | 0.84% | 0.6% | - |
| XYZ | 16.74 | 8.48 | 30.89 | - |
| YUV | 73.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 153 | 0.09 | 0.84 | 0 | 0.4 | 293.44 | 0.72 | 0.35 |
| Hex | 8B | 19 | 99 | 9 | 54 | 0 | 28 | 125 | 48 | 23 |
| Octal | 213 | 31 | 231 | 11 | 124 | 0 | 50 | 445 | 110 | 43 |
| Binary | 10001011 | 11001 | 10011001 | 1001 | 1010100 | 0 | 101000 | 100100101 | 1001000 | 100011 |
Color Harmonies of #8B1999
Complementary color
Monochromatic Colors of #8B1999
Black with #8B1999
Text Example
Text Example
White with #8B1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1999; }
p { color: rgb(139,25,153); }
H1.HeaderClassName
{
color: #8B1999;
}
.AnyTagClassName
{
color: #8B1999;
}
</style>
background-color css
<style>
a { background-color: #8B1999; }
a { background-color: rgb(139,25,153); }
div.DivClassName
{
background-color: #8B1999;
}
.BgClassName
{
background-color: #8B1999;
}
</style>
border-color css
<style>
span { border-color: #8B1999; }
span { border-color: rgb(139,25,153); }
td.TdClassName
{
border-color: #8B1999;
}
.TagClassName
{
border-color: #8B1999;
}
</style>