Shades of Dark Magenta #910E85
Tints of Dark Magenta #910E85
RGB
CMYK
RGB Variations
Color information
#910E85 (or 0x910E85) is known color: Dark Magenta. HEX triplet: 91, 0E and 85. RGB value is (145,14,133). Sum of RGB (Red+Green+Blue) = 145+14+133=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #910E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910E85 is #6EF17A. Grayscale: #424242. Windows color (decimal): -7270779 or 8720017. OLE color: 8720017.
HSL color Cylindrical-coordinate representation of color #910E85: hue angle of 305.5º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E85 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 133 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.43 |
| HSL | 305.5º | 0.82% | 0.31% | - |
| HSV(B) | 305.5º | 0.9% | 0.57% | - |
| XYZ | 16.07 | 8.03 | 22.89 | - |
| YUV | 66.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 133 | 0 | 0.90 | 0.08 | 0.43 | 305.5 | 0.82 | 0.31 |
| Hex | 91 | E | 85 | 0 | 5A | 8 | 2B | 131 | 52 | 1F |
| Octal | 221 | 16 | 205 | 0 | 132 | 10 | 53 | 461 | 122 | 37 |
| Binary | 10010001 | 1110 | 10000101 | 0 | 1011010 | 1000 | 101011 | 100110001 | 1010010 | 11111 |
Color Harmonies of #910E85
Complementary color
Monochromatic Colors of #910E85
Black with #910E85
Text Example
Text Example
White with #910E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E85; }
p { color: rgb(145,14,133); }
H1.HeaderClassName
{
color: #910E85;
}
.AnyTagClassName
{
color: #910E85;
}
</style>
background-color css
<style>
a { background-color: #910E85; }
a { background-color: rgb(145,14,133); }
div.DivClassName
{
background-color: #910E85;
}
.BgClassName
{
background-color: #910E85;
}
</style>
border-color css
<style>
span { border-color: #910E85; }
span { border-color: rgb(145,14,133); }
td.TdClassName
{
border-color: #910E85;
}
.TagClassName
{
border-color: #910E85;
}
</style>