Shades of Dark Magenta #91077C
Tints of Dark Magenta #91077C
RGB
CMYK
RGB Variations
Color information
#91077C (or 0x91077C) is known color: Dark Magenta. HEX triplet: 91, 07 and 7C. RGB value is (145,7,124). Sum of RGB (Red+Green+Blue) = 145+7+124=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91077C is #6EF883. Grayscale: #3D3D3D. Windows color (decimal): -7272580 or 8128401. OLE color: 8128401.
HSL color Cylindrical-coordinate representation of color #91077C: hue angle of 309.13º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91077C is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 124 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.43 |
| HSL | 309.13º | 0.91% | 0.3% | - |
| HSV(B) | 309.13º | 0.95% | 0.57% | - |
| XYZ | 15.39 | 7.63 | 19.73 | - |
| YUV | 61.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 124 | 0 | 0.95 | 0.14 | 0.43 | 309.13 | 0.91 | 0.3 |
| Hex | 91 | 7 | 7C | 0 | 5F | E | 2B | 135 | 5B | 1E |
| Octal | 221 | 7 | 174 | 0 | 137 | 16 | 53 | 465 | 133 | 36 |
| Binary | 10010001 | 111 | 1111100 | 0 | 1011111 | 1110 | 101011 | 100110101 | 1011011 | 11110 |
Color Harmonies of #91077C
Complementary color
Monochromatic Colors of #91077C
Black with #91077C
Text Example
Text Example
White with #91077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91077C; }
p { color: rgb(145,7,124); }
H1.HeaderClassName
{
color: #91077C;
}
.AnyTagClassName
{
color: #91077C;
}
</style>
background-color css
<style>
a { background-color: #91077C; }
a { background-color: rgb(145,7,124); }
div.DivClassName
{
background-color: #91077C;
}
.BgClassName
{
background-color: #91077C;
}
</style>
border-color css
<style>
span { border-color: #91077C; }
span { border-color: rgb(145,7,124); }
td.TdClassName
{
border-color: #91077C;
}
.TagClassName
{
border-color: #91077C;
}
</style>