Shades of Dark Magenta #910D94
Tints of Dark Magenta #910D94
RGB
CMYK
RGB Variations
Color information
#910D94 (or 0x910D94) is known color: Dark Magenta. HEX triplet: 91, 0D and 94. RGB value is (145,13,148). Sum of RGB (Red+Green+Blue) = 145+13+148=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #910D94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910D94 is #6EF26B. Grayscale: #434343. Windows color (decimal): -7271020 or 9702801. OLE color: 9702801.
HSL color Cylindrical-coordinate representation of color #910D94: hue angle of 298.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D94 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 13 | 148 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.42 |
| HSL | 298.67º | 0.84% | 0.32% | - |
| HSV(B) | 298.67º | 0.91% | 0.58% | - |
| XYZ | 17.17 | 8.45 | 28.74 | - |
| YUV | 67.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 148 | 0.02 | 0.91 | 0 | 0.42 | 298.67 | 0.84 | 0.32 |
| Hex | 91 | D | 94 | 2 | 5B | 0 | 2A | 12B | 54 | 20 |
| Octal | 221 | 15 | 224 | 2 | 133 | 0 | 52 | 453 | 124 | 40 |
| Binary | 10010001 | 1101 | 10010100 | 10 | 1011011 | 0 | 101010 | 100101011 | 1010100 | 100000 |
Color Harmonies of #910D94
Complementary color
Monochromatic Colors of #910D94
Black with #910D94
Text Example
Text Example
White with #910D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D94; }
p { color: rgb(145,13,148); }
H1.HeaderClassName
{
color: #910D94;
}
.AnyTagClassName
{
color: #910D94;
}
</style>
background-color css
<style>
a { background-color: #910D94; }
a { background-color: rgb(145,13,148); }
div.DivClassName
{
background-color: #910D94;
}
.BgClassName
{
background-color: #910D94;
}
</style>
border-color css
<style>
span { border-color: #910D94; }
span { border-color: rgb(145,13,148); }
td.TdClassName
{
border-color: #910D94;
}
.TagClassName
{
border-color: #910D94;
}
</style>