Shades of Dark Magenta #910A88
Tints of Dark Magenta #910A88
RGB
CMYK
RGB Variations
Color information
#910A88 (or 0x910A88) is known color: Dark Magenta. HEX triplet: 91, 0A and 88. RGB value is (145,10,136). Sum of RGB (Red+Green+Blue) = 145+10+136=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #910A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A88 is #6EF577. Grayscale: #404040. Windows color (decimal): -7271800 or 8915601. OLE color: 8915601.
HSL color Cylindrical-coordinate representation of color #910A88: hue angle of 304º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A88 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 136 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.43 |
| HSL | 304º | 0.87% | 0.3% | - |
| HSV(B) | 304º | 0.93% | 0.57% | - |
| XYZ | 16.23 | 8.01 | 23.98 | - |
| YUV | 64.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 136 | 0 | 0.93 | 0.06 | 0.43 | 304 | 0.87 | 0.3 |
| Hex | 91 | A | 88 | 0 | 5D | 6 | 2B | 130 | 57 | 1E |
| Octal | 221 | 12 | 210 | 0 | 135 | 6 | 53 | 460 | 127 | 36 |
| Binary | 10010001 | 1010 | 10001000 | 0 | 1011101 | 110 | 101011 | 100110000 | 1010111 | 11110 |
Color Harmonies of #910A88
Complementary color
Monochromatic Colors of #910A88
Black with #910A88
Text Example
Text Example
White with #910A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A88; }
p { color: rgb(145,10,136); }
H1.HeaderClassName
{
color: #910A88;
}
.AnyTagClassName
{
color: #910A88;
}
</style>
background-color css
<style>
a { background-color: #910A88; }
a { background-color: rgb(145,10,136); }
div.DivClassName
{
background-color: #910A88;
}
.BgClassName
{
background-color: #910A88;
}
</style>
border-color css
<style>
span { border-color: #910A88; }
span { border-color: rgb(145,10,136); }
td.TdClassName
{
border-color: #910A88;
}
.TagClassName
{
border-color: #910A88;
}
</style>