Shades of Dark Magenta #980B91
Tints of Dark Magenta #980B91
RGB
CMYK
RGB Variations
Color information
#980B91 (or 0x980B91) is known color: Dark Magenta. HEX triplet: 98, 0B and 91. RGB value is (152,11,145). Sum of RGB (Red+Green+Blue) = 152+11+145=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #980B91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980B91 is #67F46E. Grayscale: #444444. Windows color (decimal): -6812783 or 9505688. OLE color: 9505688.
HSL color Cylindrical-coordinate representation of color #980B91: hue angle of 302.98º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B91 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 145 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.40 |
| HSL | 302.98º | 0.87% | 0.32% | - |
| HSV(B) | 302.98º | 0.93% | 0.6% | - |
| XYZ | 18.18 | 8.96 | 27.56 | - |
| YUV | 68.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 145 | 0 | 0.93 | 0.05 | 0.40 | 302.98 | 0.87 | 0.32 |
| Hex | 98 | B | 91 | 0 | 5D | 5 | 28 | 12F | 57 | 20 |
| Octal | 230 | 13 | 221 | 0 | 135 | 5 | 50 | 457 | 127 | 40 |
| Binary | 10011000 | 1011 | 10010001 | 0 | 1011101 | 101 | 101000 | 100101111 | 1010111 | 100000 |
Color Harmonies of #980B91
Complementary color
Monochromatic Colors of #980B91
Black with #980B91
Text Example
Text Example
White with #980B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B91; }
p { color: rgb(152,11,145); }
H1.HeaderClassName
{
color: #980B91;
}
.AnyTagClassName
{
color: #980B91;
}
</style>
background-color css
<style>
a { background-color: #980B91; }
a { background-color: rgb(152,11,145); }
div.DivClassName
{
background-color: #980B91;
}
.BgClassName
{
background-color: #980B91;
}
</style>
border-color css
<style>
span { border-color: #980B91; }
span { border-color: rgb(152,11,145); }
td.TdClassName
{
border-color: #980B91;
}
.TagClassName
{
border-color: #980B91;
}
</style>