Shades of Dark Magenta #910D96
Tints of Dark Magenta #910D96
RGB
CMYK
RGB Variations
Color information
#910D96 (or 0x910D96) is known color: Dark Magenta. HEX triplet: 91, 0D and 96. RGB value is (145,13,150). Sum of RGB (Red+Green+Blue) = 145+13+150=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #910D96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910D96 is #6EF269. Grayscale: #434343. Windows color (decimal): -7271018 or 9833873. OLE color: 9833873.
HSL color Cylindrical-coordinate representation of color #910D96: hue angle of 297.81º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D96 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 13 | 150 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.41 |
| HSL | 297.81º | 0.84% | 0.32% | - |
| HSV(B) | 297.81º | 0.91% | 0.59% | - |
| XYZ | 17.33 | 8.51 | 29.58 | - |
| YUV | 68.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 150 | 0.03 | 0.91 | 0 | 0.41 | 297.81 | 0.84 | 0.32 |
| Hex | 91 | D | 96 | 3 | 5B | 0 | 29 | 12A | 54 | 20 |
| Octal | 221 | 15 | 226 | 3 | 133 | 0 | 51 | 452 | 124 | 40 |
| Binary | 10010001 | 1101 | 10010110 | 11 | 1011011 | 0 | 101001 | 100101010 | 1010100 | 100000 |
Color Harmonies of #910D96
Complementary color
Monochromatic Colors of #910D96
Black with #910D96
Text Example
Text Example
White with #910D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D96; }
p { color: rgb(145,13,150); }
H1.HeaderClassName
{
color: #910D96;
}
.AnyTagClassName
{
color: #910D96;
}
</style>
background-color css
<style>
a { background-color: #910D96; }
a { background-color: rgb(145,13,150); }
div.DivClassName
{
background-color: #910D96;
}
.BgClassName
{
background-color: #910D96;
}
</style>
border-color css
<style>
span { border-color: #910D96; }
span { border-color: rgb(145,13,150); }
td.TdClassName
{
border-color: #910D96;
}
.TagClassName
{
border-color: #910D96;
}
</style>