Shades of Dark Magenta #910B8D
Tints of Dark Magenta #910B8D
RGB
CMYK
RGB Variations
Color information
#910B8D (or 0x910B8D) is known color: Dark Magenta. HEX triplet: 91, 0B and 8D. RGB value is (145,11,141). Sum of RGB (Red+Green+Blue) = 145+11+141=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #910B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910B8D is #6EF472. Grayscale: #414141. Windows color (decimal): -7271539 or 9243537. OLE color: 9243537.
HSL color Cylindrical-coordinate representation of color #910B8D: hue angle of 301.79º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B8D is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 11 | 141 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.43 |
| HSL | 301.79º | 0.86% | 0.31% | - |
| HSV(B) | 301.79º | 0.92% | 0.57% | - |
| XYZ | 16.6 | 8.18 | 25.9 | - |
| YUV | 65.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 141 | 0 | 0.92 | 0.03 | 0.43 | 301.79 | 0.86 | 0.31 |
| Hex | 91 | B | 8D | 0 | 5C | 3 | 2B | 12E | 56 | 1F |
| Octal | 221 | 13 | 215 | 0 | 134 | 3 | 53 | 456 | 126 | 37 |
| Binary | 10010001 | 1011 | 10001101 | 0 | 1011100 | 11 | 101011 | 100101110 | 1010110 | 11111 |
Color Harmonies of #910B8D
Complementary color
Monochromatic Colors of #910B8D
Black with #910B8D
Text Example
Text Example
White with #910B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910B8D; }
p { color: rgb(145,11,141); }
H1.HeaderClassName
{
color: #910B8D;
}
.AnyTagClassName
{
color: #910B8D;
}
</style>
background-color css
<style>
a { background-color: #910B8D; }
a { background-color: rgb(145,11,141); }
div.DivClassName
{
background-color: #910B8D;
}
.BgClassName
{
background-color: #910B8D;
}
</style>
border-color css
<style>
span { border-color: #910B8D; }
span { border-color: rgb(145,11,141); }
td.TdClassName
{
border-color: #910B8D;
}
.TagClassName
{
border-color: #910B8D;
}
</style>