Shades of Dark Magenta #91077D
Tints of Dark Magenta #91077D
RGB
CMYK
RGB Variations
Color information
#91077D (or 0x91077D) is known color: Dark Magenta. HEX triplet: 91, 07 and 7D. RGB value is (145,7,125). Sum of RGB (Red+Green+Blue) = 145+7+125=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91077D is #6EF882. Grayscale: #3D3D3D. Windows color (decimal): -7272579 or 8193937. OLE color: 8193937.
HSL color Cylindrical-coordinate representation of color #91077D: hue angle of 308.7º 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 #91077D is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 125 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.43 |
| HSL | 308.7º | 0.91% | 0.3% | - |
| HSV(B) | 308.7º | 0.95% | 0.57% | - |
| XYZ | 15.45 | 7.65 | 20.06 | - |
| YUV | 61.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 125 | 0 | 0.95 | 0.14 | 0.43 | 308.7 | 0.91 | 0.3 |
| Hex | 91 | 7 | 7D | 0 | 5F | E | 2B | 135 | 5B | 1E |
| Octal | 221 | 7 | 175 | 0 | 137 | 16 | 53 | 465 | 133 | 36 |
| Binary | 10010001 | 111 | 1111101 | 0 | 1011111 | 1110 | 101011 | 100110101 | 1011011 | 11110 |
Color Harmonies of #91077D
Complementary color
Monochromatic Colors of #91077D
Black with #91077D
Text Example
Text Example
White with #91077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91077D; }
p { color: rgb(145,7,125); }
H1.HeaderClassName
{
color: #91077D;
}
.AnyTagClassName
{
color: #91077D;
}
</style>
background-color css
<style>
a { background-color: #91077D; }
a { background-color: rgb(145,7,125); }
div.DivClassName
{
background-color: #91077D;
}
.BgClassName
{
background-color: #91077D;
}
</style>
border-color css
<style>
span { border-color: #91077D; }
span { border-color: rgb(145,7,125); }
td.TdClassName
{
border-color: #91077D;
}
.TagClassName
{
border-color: #91077D;
}
</style>