Shades of Dark Magenta #91087D
Tints of Dark Magenta #91087D
RGB
CMYK
RGB Variations
Color information
#91087D (or 0x91087D) is known color: Dark Magenta. HEX triplet: 91, 08 and 7D. RGB value is (145,8,125). Sum of RGB (Red+Green+Blue) = 145+8+125=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #91087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91087D is #6EF782. Grayscale: #3D3D3D. Windows color (decimal): -7272323 or 8194193. OLE color: 8194193.
HSL color Cylindrical-coordinate representation of color #91087D: hue angle of 308.76º 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 #91087D is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 125 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.43 |
| HSL | 308.76º | 0.9% | 0.3% | - |
| HSV(B) | 308.76º | 0.94% | 0.57% | - |
| XYZ | 15.47 | 7.67 | 20.07 | - |
| YUV | 62.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 125 | 0 | 0.94 | 0.14 | 0.43 | 308.76 | 0.9 | 0.3 |
| Hex | 91 | 8 | 7D | 0 | 5E | E | 2B | 135 | 5A | 1E |
| Octal | 221 | 10 | 175 | 0 | 136 | 16 | 53 | 465 | 132 | 36 |
| Binary | 10010001 | 1000 | 1111101 | 0 | 1011110 | 1110 | 101011 | 100110101 | 1011010 | 11110 |
Color Harmonies of #91087D
Complementary color
Monochromatic Colors of #91087D
Black with #91087D
Text Example
Text Example
White with #91087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91087D; }
p { color: rgb(145,8,125); }
H1.HeaderClassName
{
color: #91087D;
}
.AnyTagClassName
{
color: #91087D;
}
</style>
background-color css
<style>
a { background-color: #91087D; }
a { background-color: rgb(145,8,125); }
div.DivClassName
{
background-color: #91087D;
}
.BgClassName
{
background-color: #91087D;
}
</style>
border-color css
<style>
span { border-color: #91087D; }
span { border-color: rgb(145,8,125); }
td.TdClassName
{
border-color: #91087D;
}
.TagClassName
{
border-color: #91087D;
}
</style>