Shades of Dark Magenta #910F89
Tints of Dark Magenta #910F89
RGB
CMYK
RGB Variations
Color information
#910F89 (or 0x910F89) is known color: Dark Magenta. HEX triplet: 91, 0F and 89. RGB value is (145,15,137). Sum of RGB (Red+Green+Blue) = 145+15+137=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #910F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910F89 is #6EF076. Grayscale: #434343. Windows color (decimal): -7270519 or 8982417. OLE color: 8982417.
HSL color Cylindrical-coordinate representation of color #910F89: hue angle of 303.69º degrees, saturation: 0.81, 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 #910F89 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 137 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.43 |
| HSL | 303.69º | 0.81% | 0.31% | - |
| HSV(B) | 303.69º | 0.9% | 0.57% | - |
| XYZ | 16.36 | 8.17 | 24.38 | - |
| YUV | 67.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 137 | 0 | 0.90 | 0.06 | 0.43 | 303.69 | 0.81 | 0.31 |
| Hex | 91 | F | 89 | 0 | 5A | 6 | 2B | 130 | 51 | 1F |
| Octal | 221 | 17 | 211 | 0 | 132 | 6 | 53 | 460 | 121 | 37 |
| Binary | 10010001 | 1111 | 10001001 | 0 | 1011010 | 110 | 101011 | 100110000 | 1010001 | 11111 |
Color Harmonies of #910F89
Complementary color
Monochromatic Colors of #910F89
Black with #910F89
Text Example
Text Example
White with #910F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F89; }
p { color: rgb(145,15,137); }
H1.HeaderClassName
{
color: #910F89;
}
.AnyTagClassName
{
color: #910F89;
}
</style>
background-color css
<style>
a { background-color: #910F89; }
a { background-color: rgb(145,15,137); }
div.DivClassName
{
background-color: #910F89;
}
.BgClassName
{
background-color: #910F89;
}
</style>
border-color css
<style>
span { border-color: #910F89; }
span { border-color: rgb(145,15,137); }
td.TdClassName
{
border-color: #910F89;
}
.TagClassName
{
border-color: #910F89;
}
</style>