Shades of Dark Magenta #91088C
Tints of Dark Magenta #91088C
RGB
CMYK
RGB Variations
Color information
#91088C (or 0x91088C) is known color: Dark Magenta. HEX triplet: 91, 08 and 8C. RGB value is (145,8,140). Sum of RGB (Red+Green+Blue) = 145+8+140=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #91088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91088C is #6EF773. Grayscale: #3F3F3F. Windows color (decimal): -7272308 or 9177233. OLE color: 9177233.
HSL color Cylindrical-coordinate representation of color #91088C: hue angle of 302.19º 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 #91088C is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 140 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.43 |
| HSL | 302.19º | 0.9% | 0.3% | - |
| HSV(B) | 302.19º | 0.94% | 0.57% | - |
| XYZ | 16.5 | 8.09 | 25.5 | - |
| YUV | 64.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 140 | 0 | 0.94 | 0.03 | 0.43 | 302.19 | 0.9 | 0.3 |
| Hex | 91 | 8 | 8C | 0 | 5E | 3 | 2B | 12E | 5A | 1E |
| Octal | 221 | 10 | 214 | 0 | 136 | 3 | 53 | 456 | 132 | 36 |
| Binary | 10010001 | 1000 | 10001100 | 0 | 1011110 | 11 | 101011 | 100101110 | 1011010 | 11110 |
Color Harmonies of #91088C
Complementary color
Monochromatic Colors of #91088C
Black with #91088C
Text Example
Text Example
White with #91088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91088C; }
p { color: rgb(145,8,140); }
H1.HeaderClassName
{
color: #91088C;
}
.AnyTagClassName
{
color: #91088C;
}
</style>
background-color css
<style>
a { background-color: #91088C; }
a { background-color: rgb(145,8,140); }
div.DivClassName
{
background-color: #91088C;
}
.BgClassName
{
background-color: #91088C;
}
</style>
border-color css
<style>
span { border-color: #91088C; }
span { border-color: rgb(145,8,140); }
td.TdClassName
{
border-color: #91088C;
}
.TagClassName
{
border-color: #91088C;
}
</style>