Shades of Dark Magenta #8B1B99
Tints of Dark Magenta #8B1B99
RGB
CMYK
RGB Variations
Color information
#8B1B99 (or 0x8B1B99) is known color: Dark Magenta. HEX triplet: 8B, 1B and 99. RGB value is (139,27,153). Sum of RGB (Red+Green+Blue) = 139+27+153=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B1B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B99 is #74E466. Grayscale: #4A4A4A. Windows color (decimal): -7660647 or 10034059. OLE color: 10034059.
HSL color Cylindrical-coordinate representation of color #8B1B99: hue angle of 293.33º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1B99 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 27 | 153 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.4 |
| HSL | 293.33º | 0.7% | 0.35% | - |
| HSV(B) | 293.33º | 0.82% | 0.6% | - |
| XYZ | 16.79 | 8.57 | 30.91 | - |
| YUV | 74.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 153 | 0.09 | 0.82 | 0 | 0.4 | 293.33 | 0.7 | 0.35 |
| Hex | 8B | 1B | 99 | 9 | 52 | 0 | 28 | 125 | 46 | 23 |
| Octal | 213 | 33 | 231 | 11 | 122 | 0 | 50 | 445 | 106 | 43 |
| Binary | 10001011 | 11011 | 10011001 | 1001 | 1010010 | 0 | 101000 | 100100101 | 1000110 | 100011 |
Color Harmonies of #8B1B99
Complementary color
Monochromatic Colors of #8B1B99
Black with #8B1B99
Text Example
Text Example
White with #8B1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B99; }
p { color: rgb(139,27,153); }
H1.HeaderClassName
{
color: #8B1B99;
}
.AnyTagClassName
{
color: #8B1B99;
}
</style>
background-color css
<style>
a { background-color: #8B1B99; }
a { background-color: rgb(139,27,153); }
div.DivClassName
{
background-color: #8B1B99;
}
.BgClassName
{
background-color: #8B1B99;
}
</style>
border-color css
<style>
span { border-color: #8B1B99; }
span { border-color: rgb(139,27,153); }
td.TdClassName
{
border-color: #8B1B99;
}
.TagClassName
{
border-color: #8B1B99;
}
</style>