Shades of Dark Magenta #8B0099
Tints of Dark Magenta #8B0099
RGB
CMYK
RGB Variations
Color information
#8B0099 (or 0x8B0099) is known color: Dark Magenta. HEX triplet: 8B, 00 and 99. RGB value is (139,0,153). Sum of RGB (Red+Green+Blue) = 139+0+153=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B0099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0099 is #74FF66. Grayscale: #3A3A3A. Windows color (decimal): -7667559 or 10027147. OLE color: 10027147.
HSL color Cylindrical-coordinate representation of color #8B0099: hue angle of 294.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0099 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 0 | 153 | - |
| CMYK | 0.09 | 1 | 0 | 0.4 |
| HSL | 294.51º | 1% | 0.3% | - |
| HSV(B) | 294.51º | 1% | 0.6% | - |
| XYZ | 16.4 | 7.79 | 30.78 | - |
| YUV | 59 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 153 | 0.09 | 1 | 0 | 0.4 | 294.51 | 1 | 0.3 |
| Hex | 8B | 0 | 99 | 9 | 64 | 0 | 28 | 127 | 64 | 1E |
| Octal | 213 | 0 | 231 | 11 | 144 | 0 | 50 | 447 | 144 | 36 |
| Binary | 10001011 | 0 | 10011001 | 1001 | 1100100 | 0 | 101000 | 100100111 | 1100100 | 11110 |
Color Harmonies of #8B0099
Complementary color
Monochromatic Colors of #8B0099
Black with #8B0099
Text Example
Text Example
White with #8B0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0099; }
p { color: rgb(139,0,153); }
H1.HeaderClassName
{
color: #8B0099;
}
.AnyTagClassName
{
color: #8B0099;
}
</style>
background-color css
<style>
a { background-color: #8B0099; }
a { background-color: rgb(139,0,153); }
div.DivClassName
{
background-color: #8B0099;
}
.BgClassName
{
background-color: #8B0099;
}
</style>
border-color css
<style>
span { border-color: #8B0099; }
span { border-color: rgb(139,0,153); }
td.TdClassName
{
border-color: #8B0099;
}
.TagClassName
{
border-color: #8B0099;
}
</style>