Shades of Dark Magenta #91007D
Tints of Dark Magenta #91007D
RGB
CMYK
RGB Variations
Color information
#91007D (or 0x91007D) is known color: Dark Magenta. HEX triplet: 91, 00 and 7D. RGB value is (145,0,125). Sum of RGB (Red+Green+Blue) = 145+0+125=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #91007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91007D is #6EFF82. Grayscale: #393939. Windows color (decimal): -7274371 or 8192145. OLE color: 8192145.
HSL color Cylindrical-coordinate representation of color #91007D: hue angle of 308.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91007D is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.14 | 0.43 |
| HSL | 308.28º | 1% | 0.28% | - |
| HSV(B) | 308.28º | 1% | 0.57% | - |
| XYZ | 15.38 | 7.5 | 20.04 | - |
| YUV | 57.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 125 | 0 | 1 | 0.14 | 0.43 | 308.28 | 1 | 0.28 |
| Hex | 91 | 0 | 7D | 0 | 64 | E | 2B | 134 | 64 | 1C |
| Octal | 221 | 0 | 175 | 0 | 144 | 16 | 53 | 464 | 144 | 34 |
| Binary | 10010001 | 0 | 1111101 | 0 | 1100100 | 1110 | 101011 | 100110100 | 1100100 | 11100 |
Color Harmonies of #91007D
Complementary color
Monochromatic Colors of #91007D
Black with #91007D
Text Example
Text Example
White with #91007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91007D; }
p { color: rgb(145,0,125); }
H1.HeaderClassName
{
color: #91007D;
}
.AnyTagClassName
{
color: #91007D;
}
</style>
background-color css
<style>
a { background-color: #91007D; }
a { background-color: rgb(145,0,125); }
div.DivClassName
{
background-color: #91007D;
}
.BgClassName
{
background-color: #91007D;
}
</style>
border-color css
<style>
span { border-color: #91007D; }
span { border-color: rgb(145,0,125); }
td.TdClassName
{
border-color: #91007D;
}
.TagClassName
{
border-color: #91007D;
}
</style>