Shades of Dark Magenta #910889
Tints of Dark Magenta #910889
RGB
CMYK
RGB Variations
Color information
#910889 (or 0x910889) is known color: Dark Magenta. HEX triplet: 91, 08 and 89. RGB value is (145,8,137). Sum of RGB (Red+Green+Blue) = 145+8+137=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #910889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910889 is #6EF776. Grayscale: #3F3F3F. Windows color (decimal): -7272311 or 8980625. OLE color: 8980625.
HSL color Cylindrical-coordinate representation of color #910889: hue angle of 303.5º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910889 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 137 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.43 |
| HSL | 303.5º | 0.9% | 0.3% | - |
| HSV(B) | 303.5º | 0.94% | 0.57% | - |
| XYZ | 16.28 | 8 | 24.35 | - |
| YUV | 63.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 137 | 0 | 0.94 | 0.06 | 0.43 | 303.5 | 0.9 | 0.3 |
| Hex | 91 | 8 | 89 | 0 | 5E | 6 | 2B | 130 | 5A | 1E |
| Octal | 221 | 10 | 211 | 0 | 136 | 6 | 53 | 460 | 132 | 36 |
| Binary | 10010001 | 1000 | 10001001 | 0 | 1011110 | 110 | 101011 | 100110000 | 1011010 | 11110 |
Color Harmonies of #910889
Complementary color
Monochromatic Colors of #910889
Black with #910889
Text Example
Text Example
White with #910889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910889; }
p { color: rgb(145,8,137); }
H1.HeaderClassName
{
color: #910889;
}
.AnyTagClassName
{
color: #910889;
}
</style>
background-color css
<style>
a { background-color: #910889; }
a { background-color: rgb(145,8,137); }
div.DivClassName
{
background-color: #910889;
}
.BgClassName
{
background-color: #910889;
}
</style>
border-color css
<style>
span { border-color: #910889; }
span { border-color: rgb(145,8,137); }
td.TdClassName
{
border-color: #910889;
}
.TagClassName
{
border-color: #910889;
}
</style>