Shades of Dark Magenta #91077B
Tints of Dark Magenta #91077B
RGB
CMYK
RGB Variations
Color information
#91077B (or 0x91077B) is known color: Dark Magenta. HEX triplet: 91, 07 and 7B. RGB value is (145,7,123). Sum of RGB (Red+Green+Blue) = 145+7+123=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91077B is #6EF884. Grayscale: #3D3D3D. Windows color (decimal): -7272581 or 8062865. OLE color: 8062865.
HSL color Cylindrical-coordinate representation of color #91077B: hue angle of 309.57º 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 #91077B is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 123 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.43 |
| HSL | 309.57º | 0.91% | 0.3% | - |
| HSV(B) | 309.57º | 0.95% | 0.57% | - |
| XYZ | 15.33 | 7.6 | 19.4 | - |
| YUV | 61.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 123 | 0 | 0.95 | 0.15 | 0.43 | 309.57 | 0.91 | 0.3 |
| Hex | 91 | 7 | 7B | 0 | 5F | F | 2B | 136 | 5B | 1E |
| Octal | 221 | 7 | 173 | 0 | 137 | 17 | 53 | 466 | 133 | 36 |
| Binary | 10010001 | 111 | 1111011 | 0 | 1011111 | 1111 | 101011 | 100110110 | 1011011 | 11110 |
Color Harmonies of #91077B
Complementary color
Monochromatic Colors of #91077B
Black with #91077B
Text Example
Text Example
White with #91077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91077B; }
p { color: rgb(145,7,123); }
H1.HeaderClassName
{
color: #91077B;
}
.AnyTagClassName
{
color: #91077B;
}
</style>
background-color css
<style>
a { background-color: #91077B; }
a { background-color: rgb(145,7,123); }
div.DivClassName
{
background-color: #91077B;
}
.BgClassName
{
background-color: #91077B;
}
</style>
border-color css
<style>
span { border-color: #91077B; }
span { border-color: rgb(145,7,123); }
td.TdClassName
{
border-color: #91077B;
}
.TagClassName
{
border-color: #91077B;
}
</style>