Shades of Dark Magenta #91027C
Tints of Dark Magenta #91027C
RGB
CMYK
RGB Variations
Color information
#91027C (or 0x91027C) is known color: Dark Magenta. HEX triplet: 91, 02 and 7C. RGB value is (145,2,124). Sum of RGB (Red+Green+Blue) = 145+2+124=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #91027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91027C is #6EFD83. Grayscale: #3A3A3A. Windows color (decimal): -7273860 or 8127121. OLE color: 8127121.
HSL color Cylindrical-coordinate representation of color #91027C: hue angle of 308.81º 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 #91027C is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.43 |
| HSL | 308.81º | 0.97% | 0.29% | - |
| HSV(B) | 308.81º | 0.99% | 0.57% | - |
| XYZ | 15.34 | 7.52 | 19.71 | - |
| YUV | 58.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 124 | 0 | 0.99 | 0.14 | 0.43 | 308.81 | 0.97 | 0.29 |
| Hex | 91 | 2 | 7C | 0 | 63 | E | 2B | 135 | 61 | 1D |
| Octal | 221 | 2 | 174 | 0 | 143 | 16 | 53 | 465 | 141 | 35 |
| Binary | 10010001 | 10 | 1111100 | 0 | 1100011 | 1110 | 101011 | 100110101 | 1100001 | 11101 |
Color Harmonies of #91027C
Complementary color
Monochromatic Colors of #91027C
Black with #91027C
Text Example
Text Example
White with #91027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91027C; }
p { color: rgb(145,2,124); }
H1.HeaderClassName
{
color: #91027C;
}
.AnyTagClassName
{
color: #91027C;
}
</style>
background-color css
<style>
a { background-color: #91027C; }
a { background-color: rgb(145,2,124); }
div.DivClassName
{
background-color: #91027C;
}
.BgClassName
{
background-color: #91027C;
}
</style>
border-color css
<style>
span { border-color: #91027C; }
span { border-color: rgb(145,2,124); }
td.TdClassName
{
border-color: #91027C;
}
.TagClassName
{
border-color: #91027C;
}
</style>