Shades of Dark Magenta #91028A
Tints of Dark Magenta #91028A
RGB
CMYK
RGB Variations
Color information
#91028A (or 0x91028A) is known color: Dark Magenta. HEX triplet: 91, 02 and 8A. RGB value is (145,2,138). Sum of RGB (Red+Green+Blue) = 145+2+138=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #91028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91028A is #6EFD75. Grayscale: #3B3B3B. Windows color (decimal): -7273846 or 9044625. OLE color: 9044625.
HSL color Cylindrical-coordinate representation of color #91028A: hue angle of 302.94º 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 #91028A is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.43 |
| HSL | 302.94º | 0.97% | 0.29% | - |
| HSV(B) | 302.94º | 0.99% | 0.57% | - |
| XYZ | 16.29 | 7.9 | 24.71 | - |
| YUV | 60.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 138 | 0 | 0.99 | 0.05 | 0.43 | 302.94 | 0.97 | 0.29 |
| Hex | 91 | 2 | 8A | 0 | 63 | 5 | 2B | 12F | 61 | 1D |
| Octal | 221 | 2 | 212 | 0 | 143 | 5 | 53 | 457 | 141 | 35 |
| Binary | 10010001 | 10 | 10001010 | 0 | 1100011 | 101 | 101011 | 100101111 | 1100001 | 11101 |
Color Harmonies of #91028A
Complementary color
Monochromatic Colors of #91028A
Black with #91028A
Text Example
Text Example
White with #91028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91028A; }
p { color: rgb(145,2,138); }
H1.HeaderClassName
{
color: #91028A;
}
.AnyTagClassName
{
color: #91028A;
}
</style>
background-color css
<style>
a { background-color: #91028A; }
a { background-color: rgb(145,2,138); }
div.DivClassName
{
background-color: #91028A;
}
.BgClassName
{
background-color: #91028A;
}
</style>
border-color css
<style>
span { border-color: #91028A; }
span { border-color: rgb(145,2,138); }
td.TdClassName
{
border-color: #91028A;
}
.TagClassName
{
border-color: #91028A;
}
</style>