Shades of Dark Magenta #8B0B90
Tints of Dark Magenta #8B0B90
RGB
CMYK
RGB Variations
Color information
#8B0B90 (or 0x8B0B90) is known color: Dark Magenta. HEX triplet: 8B, 0B and 90. RGB value is (139,11,144). Sum of RGB (Red+Green+Blue) = 139+11+144=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B0B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0B90 is #74F46F. Grayscale: #404040. Windows color (decimal): -7664752 or 9440139. OLE color: 9440139.
HSL color Cylindrical-coordinate representation of color #8B0B90: hue angle of 297.74º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B90 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 11 | 144 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.44 |
| HSL | 297.74º | 0.86% | 0.3% | - |
| HSV(B) | 297.74º | 0.92% | 0.56% | - |
| XYZ | 15.8 | 7.74 | 27.05 | - |
| YUV | 64.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 144 | 0.03 | 0.92 | 0 | 0.44 | 297.74 | 0.86 | 0.3 |
| Hex | 8B | B | 90 | 3 | 5C | 0 | 2C | 12A | 56 | 1E |
| Octal | 213 | 13 | 220 | 3 | 134 | 0 | 54 | 452 | 126 | 36 |
| Binary | 10001011 | 1011 | 10010000 | 11 | 1011100 | 0 | 101100 | 100101010 | 1010110 | 11110 |
Color Harmonies of #8B0B90
Complementary color
Monochromatic Colors of #8B0B90
Black with #8B0B90
Text Example
Text Example
White with #8B0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B90; }
p { color: rgb(139,11,144); }
H1.HeaderClassName
{
color: #8B0B90;
}
.AnyTagClassName
{
color: #8B0B90;
}
</style>
background-color css
<style>
a { background-color: #8B0B90; }
a { background-color: rgb(139,11,144); }
div.DivClassName
{
background-color: #8B0B90;
}
.BgClassName
{
background-color: #8B0B90;
}
</style>
border-color css
<style>
span { border-color: #8B0B90; }
span { border-color: rgb(139,11,144); }
td.TdClassName
{
border-color: #8B0B90;
}
.TagClassName
{
border-color: #8B0B90;
}
</style>