Shades of Dark Magenta #91078A
Tints of Dark Magenta #91078A
RGB
CMYK
RGB Variations
Color information
#91078A (or 0x91078A) is known color: Dark Magenta. HEX triplet: 91, 07 and 8A. RGB value is (145,7,138). Sum of RGB (Red+Green+Blue) = 145+7+138=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #91078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91078A is #6EF875. Grayscale: #3E3E3E. Windows color (decimal): -7272566 or 9045905. OLE color: 9045905.
HSL color Cylindrical-coordinate representation of color #91078A: hue angle of 303.04º 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 #91078A is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 138 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.43 |
| HSL | 303.04º | 0.91% | 0.3% | - |
| HSV(B) | 303.04º | 0.95% | 0.57% | - |
| XYZ | 16.34 | 8.01 | 24.73 | - |
| YUV | 63.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 138 | 0 | 0.95 | 0.05 | 0.43 | 303.04 | 0.91 | 0.3 |
| Hex | 91 | 7 | 8A | 0 | 5F | 5 | 2B | 12F | 5B | 1E |
| Octal | 221 | 7 | 212 | 0 | 137 | 5 | 53 | 457 | 133 | 36 |
| Binary | 10010001 | 111 | 10001010 | 0 | 1011111 | 101 | 101011 | 100101111 | 1011011 | 11110 |
Color Harmonies of #91078A
Complementary color
Monochromatic Colors of #91078A
Black with #91078A
Text Example
Text Example
White with #91078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91078A; }
p { color: rgb(145,7,138); }
H1.HeaderClassName
{
color: #91078A;
}
.AnyTagClassName
{
color: #91078A;
}
</style>
background-color css
<style>
a { background-color: #91078A; }
a { background-color: rgb(145,7,138); }
div.DivClassName
{
background-color: #91078A;
}
.BgClassName
{
background-color: #91078A;
}
</style>
border-color css
<style>
span { border-color: #91078A; }
span { border-color: rgb(145,7,138); }
td.TdClassName
{
border-color: #91078A;
}
.TagClassName
{
border-color: #91078A;
}
</style>