Shades of Dark Magenta #910E89
Tints of Dark Magenta #910E89
RGB
CMYK
RGB Variations
Color information
#910E89 (or 0x910E89) is known color: Dark Magenta. HEX triplet: 91, 0E and 89. RGB value is (145,14,137). Sum of RGB (Red+Green+Blue) = 145+14+137=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #910E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910E89 is #6EF176. Grayscale: #424242. Windows color (decimal): -7270775 or 8982161. OLE color: 8982161.
HSL color Cylindrical-coordinate representation of color #910E89: hue angle of 303.66º 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 #910E89 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 137 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.43 |
| HSL | 303.66º | 0.82% | 0.31% | - |
| HSV(B) | 303.66º | 0.9% | 0.57% | - |
| XYZ | 16.35 | 8.14 | 24.38 | - |
| YUV | 67.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 137 | 0 | 0.90 | 0.06 | 0.43 | 303.66 | 0.82 | 0.31 |
| Hex | 91 | E | 89 | 0 | 5A | 6 | 2B | 130 | 52 | 1F |
| Octal | 221 | 16 | 211 | 0 | 132 | 6 | 53 | 460 | 122 | 37 |
| Binary | 10010001 | 1110 | 10001001 | 0 | 1011010 | 110 | 101011 | 100110000 | 1010010 | 11111 |
Color Harmonies of #910E89
Complementary color
Monochromatic Colors of #910E89
Black with #910E89
Text Example
Text Example
White with #910E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E89; }
p { color: rgb(145,14,137); }
H1.HeaderClassName
{
color: #910E89;
}
.AnyTagClassName
{
color: #910E89;
}
</style>
background-color css
<style>
a { background-color: #910E89; }
a { background-color: rgb(145,14,137); }
div.DivClassName
{
background-color: #910E89;
}
.BgClassName
{
background-color: #910E89;
}
</style>
border-color css
<style>
span { border-color: #910E89; }
span { border-color: rgb(145,14,137); }
td.TdClassName
{
border-color: #910E89;
}
.TagClassName
{
border-color: #910E89;
}
</style>