Shades of Dark Magenta #910888
Tints of Dark Magenta #910888
RGB
CMYK
RGB Variations
Color information
#910888 (or 0x910888) is known color: Dark Magenta. HEX triplet: 91, 08 and 88. RGB value is (145,8,136). Sum of RGB (Red+Green+Blue) = 145+8+136=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #910888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910888 is #6EF777. Grayscale: #3F3F3F. Windows color (decimal): -7272312 or 8915089. OLE color: 8915089.
HSL color Cylindrical-coordinate representation of color #910888: hue angle of 303.94º 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 #910888 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 136 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.43 |
| HSL | 303.94º | 0.9% | 0.3% | - |
| HSV(B) | 303.94º | 0.94% | 0.57% | - |
| XYZ | 16.21 | 7.97 | 23.98 | - |
| YUV | 63.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 136 | 0 | 0.94 | 0.06 | 0.43 | 303.94 | 0.9 | 0.3 |
| Hex | 91 | 8 | 88 | 0 | 5E | 6 | 2B | 130 | 5A | 1E |
| Octal | 221 | 10 | 210 | 0 | 136 | 6 | 53 | 460 | 132 | 36 |
| Binary | 10010001 | 1000 | 10001000 | 0 | 1011110 | 110 | 101011 | 100110000 | 1011010 | 11110 |
Color Harmonies of #910888
Complementary color
Monochromatic Colors of #910888
Black with #910888
Text Example
Text Example
White with #910888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910888; }
p { color: rgb(145,8,136); }
H1.HeaderClassName
{
color: #910888;
}
.AnyTagClassName
{
color: #910888;
}
</style>
background-color css
<style>
a { background-color: #910888; }
a { background-color: rgb(145,8,136); }
div.DivClassName
{
background-color: #910888;
}
.BgClassName
{
background-color: #910888;
}
</style>
border-color css
<style>
span { border-color: #910888; }
span { border-color: rgb(145,8,136); }
td.TdClassName
{
border-color: #910888;
}
.TagClassName
{
border-color: #910888;
}
</style>