Shades of Dark Magenta #91027D
Tints of Dark Magenta #91027D
RGB
CMYK
RGB Variations
Color information
#91027D (or 0x91027D) is known color: Dark Magenta. HEX triplet: 91, 02 and 7D. RGB value is (145,2,125). Sum of RGB (Red+Green+Blue) = 145+2+125=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91027D is #6EFD82. Grayscale: #3A3A3A. Windows color (decimal): -7273859 or 8192657. OLE color: 8192657.
HSL color Cylindrical-coordinate representation of color #91027D: hue angle of 308.39º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91027D is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.43 |
| HSL | 308.39º | 0.97% | 0.29% | - |
| HSV(B) | 308.39º | 0.99% | 0.57% | - |
| XYZ | 15.4 | 7.54 | 20.05 | - |
| YUV | 58.78 | 165.38 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 125 | 0 | 0.99 | 0.14 | 0.43 | 308.39 | 0.97 | 0.29 |
| Hex | 91 | 2 | 7D | 0 | 63 | E | 2B | 134 | 61 | 1D |
| Octal | 221 | 2 | 175 | 0 | 143 | 16 | 53 | 464 | 141 | 35 |
| Binary | 10010001 | 10 | 1111101 | 0 | 1100011 | 1110 | 101011 | 100110100 | 1100001 | 11101 |
Color Harmonies of #91027D
Complementary color
Monochromatic Colors of #91027D
Black with #91027D
Text Example
Text Example
White with #91027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91027D; }
p { color: rgb(145,2,125); }
H1.HeaderClassName
{
color: #91027D;
}
.AnyTagClassName
{
color: #91027D;
}
</style>
background-color css
<style>
a { background-color: #91027D; }
a { background-color: rgb(145,2,125); }
div.DivClassName
{
background-color: #91027D;
}
.BgClassName
{
background-color: #91027D;
}
</style>
border-color css
<style>
span { border-color: #91027D; }
span { border-color: rgb(145,2,125); }
td.TdClassName
{
border-color: #91027D;
}
.TagClassName
{
border-color: #91027D;
}
</style>