Shades of Dark Magenta #910C89
Tints of Dark Magenta #910C89
RGB
CMYK
RGB Variations
Color information
#910C89 (or 0x910C89) is known color: Dark Magenta. HEX triplet: 91, 0C and 89. RGB value is (145,12,137). Sum of RGB (Red+Green+Blue) = 145+12+137=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #910C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910C89 is #6EF376. Grayscale: #414141. Windows color (decimal): -7271287 or 8981649. OLE color: 8981649.
HSL color Cylindrical-coordinate representation of color #910C89: hue angle of 303.61º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C89 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 137 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.43 |
| HSL | 303.61º | 0.85% | 0.31% | - |
| HSV(B) | 303.61º | 0.92% | 0.57% | - |
| XYZ | 16.32 | 8.09 | 24.37 | - |
| YUV | 66.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 137 | 0 | 0.92 | 0.06 | 0.43 | 303.61 | 0.85 | 0.31 |
| Hex | 91 | C | 89 | 0 | 5C | 6 | 2B | 130 | 55 | 1F |
| Octal | 221 | 14 | 211 | 0 | 134 | 6 | 53 | 460 | 125 | 37 |
| Binary | 10010001 | 1100 | 10001001 | 0 | 1011100 | 110 | 101011 | 100110000 | 1010101 | 11111 |
Color Harmonies of #910C89
Complementary color
Monochromatic Colors of #910C89
Black with #910C89
Text Example
Text Example
White with #910C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C89; }
p { color: rgb(145,12,137); }
H1.HeaderClassName
{
color: #910C89;
}
.AnyTagClassName
{
color: #910C89;
}
</style>
background-color css
<style>
a { background-color: #910C89; }
a { background-color: rgb(145,12,137); }
div.DivClassName
{
background-color: #910C89;
}
.BgClassName
{
background-color: #910C89;
}
</style>
border-color css
<style>
span { border-color: #910C89; }
span { border-color: rgb(145,12,137); }
td.TdClassName
{
border-color: #910C89;
}
.TagClassName
{
border-color: #910C89;
}
</style>