Shades of Dark Magenta #910789
Tints of Dark Magenta #910789
RGB
CMYK
RGB Variations
Color information
#910789 (or 0x910789) is known color: Dark Magenta. HEX triplet: 91, 07 and 89. RGB value is (145,7,137). Sum of RGB (Red+Green+Blue) = 145+7+137=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #910789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910789 is #6EF876. Grayscale: #3E3E3E. Windows color (decimal): -7272567 or 8980369. OLE color: 8980369.
HSL color Cylindrical-coordinate representation of color #910789: hue angle of 303.48º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910789 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 137 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.43 |
| HSL | 303.48º | 0.91% | 0.3% | - |
| HSV(B) | 303.48º | 0.95% | 0.57% | - |
| XYZ | 16.27 | 7.98 | 24.35 | - |
| YUV | 63.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 137 | 0 | 0.95 | 0.06 | 0.43 | 303.48 | 0.91 | 0.3 |
| Hex | 91 | 7 | 89 | 0 | 5F | 6 | 2B | 12F | 5B | 1E |
| Octal | 221 | 7 | 211 | 0 | 137 | 6 | 53 | 457 | 133 | 36 |
| Binary | 10010001 | 111 | 10001001 | 0 | 1011111 | 110 | 101011 | 100101111 | 1011011 | 11110 |
Color Harmonies of #910789
Complementary color
Monochromatic Colors of #910789
Black with #910789
Text Example
Text Example
White with #910789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910789; }
p { color: rgb(145,7,137); }
H1.HeaderClassName
{
color: #910789;
}
.AnyTagClassName
{
color: #910789;
}
</style>
background-color css
<style>
a { background-color: #910789; }
a { background-color: rgb(145,7,137); }
div.DivClassName
{
background-color: #910789;
}
.BgClassName
{
background-color: #910789;
}
</style>
border-color css
<style>
span { border-color: #910789; }
span { border-color: rgb(145,7,137); }
td.TdClassName
{
border-color: #910789;
}
.TagClassName
{
border-color: #910789;
}
</style>