Shades of Dark Magenta #910D93
Tints of Dark Magenta #910D93
RGB
CMYK
RGB Variations
Color information
#910D93 (or 0x910D93) is known color: Dark Magenta. HEX triplet: 91, 0D and 93. RGB value is (145,13,147). Sum of RGB (Red+Green+Blue) = 145+13+147=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #910D93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910D93 is #6EF26C. Grayscale: #434343. Windows color (decimal): -7271021 or 9637265. OLE color: 9637265.
HSL color Cylindrical-coordinate representation of color #910D93: hue angle of 299.1º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D93 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 13 | 147 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.42 |
| HSL | 299.1º | 0.84% | 0.31% | - |
| HSV(B) | 299.1º | 0.91% | 0.58% | - |
| XYZ | 17.09 | 8.41 | 28.33 | - |
| YUV | 67.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 147 | 0.01 | 0.91 | 0 | 0.42 | 299.1 | 0.84 | 0.31 |
| Hex | 91 | D | 93 | 1 | 5B | 0 | 2A | 12B | 54 | 1F |
| Octal | 221 | 15 | 223 | 1 | 133 | 0 | 52 | 453 | 124 | 37 |
| Binary | 10010001 | 1101 | 10010011 | 1 | 1011011 | 0 | 101010 | 100101011 | 1010100 | 11111 |
Color Harmonies of #910D93
Complementary color
Monochromatic Colors of #910D93
Black with #910D93
Text Example
Text Example
White with #910D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D93; }
p { color: rgb(145,13,147); }
H1.HeaderClassName
{
color: #910D93;
}
.AnyTagClassName
{
color: #910D93;
}
</style>
background-color css
<style>
a { background-color: #910D93; }
a { background-color: rgb(145,13,147); }
div.DivClassName
{
background-color: #910D93;
}
.BgClassName
{
background-color: #910D93;
}
</style>
border-color css
<style>
span { border-color: #910D93; }
span { border-color: rgb(145,13,147); }
td.TdClassName
{
border-color: #910D93;
}
.TagClassName
{
border-color: #910D93;
}
</style>