Shades of Dark Magenta #800B90
Tints of Dark Magenta #800B90
RGB
CMYK
RGB Variations
Color information
#800B90 (or 0x800B90) is known color: Dark Magenta. HEX triplet: 80, 0B and 90. RGB value is (128,11,144). Sum of RGB (Red+Green+Blue) = 128+11+144=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #800B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800B90 is #7FF46F. Grayscale: #3C3C3C. Windows color (decimal): -8385648 or 9440128. OLE color: 9440128.
HSL color Cylindrical-coordinate representation of color #800B90: hue angle of 292.78º 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 #800B90 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 11 | 144 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.44 |
| HSL | 292.78º | 0.86% | 0.3% | - |
| HSV(B) | 292.78º | 0.92% | 0.56% | - |
| XYZ | 14.06 | 6.84 | 26.97 | - |
| YUV | 61.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 144 | 0.11 | 0.92 | 0 | 0.44 | 292.78 | 0.86 | 0.3 |
| Hex | 80 | B | 90 | B | 5C | 0 | 2C | 125 | 56 | 1E |
| Octal | 200 | 13 | 220 | 13 | 134 | 0 | 54 | 445 | 126 | 36 |
| Binary | 10000000 | 1011 | 10010000 | 1011 | 1011100 | 0 | 101100 | 100100101 | 1010110 | 11110 |
Color Harmonies of #800B90
Complementary color
Monochromatic Colors of #800B90
Black with #800B90
Text Example
Text Example
White with #800B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B90; }
p { color: rgb(128,11,144); }
H1.HeaderClassName
{
color: #800B90;
}
.AnyTagClassName
{
color: #800B90;
}
</style>
background-color css
<style>
a { background-color: #800B90; }
a { background-color: rgb(128,11,144); }
div.DivClassName
{
background-color: #800B90;
}
.BgClassName
{
background-color: #800B90;
}
</style>
border-color css
<style>
span { border-color: #800B90; }
span { border-color: rgb(128,11,144); }
td.TdClassName
{
border-color: #800B90;
}
.TagClassName
{
border-color: #800B90;
}
</style>