Shades of Dark Magenta #91038A
Tints of Dark Magenta #91038A
RGB
CMYK
RGB Variations
Color information
#91038A (or 0x91038A) is known color: Dark Magenta. HEX triplet: 91, 03 and 8A. RGB value is (145,3,138). Sum of RGB (Red+Green+Blue) = 145+3+138=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #91038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91038A is #6EFC75. Grayscale: #3C3C3C. Windows color (decimal): -7273590 or 9044881. OLE color: 9044881.
HSL color Cylindrical-coordinate representation of color #91038A: hue angle of 302.96º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91038A is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 138 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.43 |
| HSL | 302.96º | 0.96% | 0.29% | - |
| HSV(B) | 302.96º | 0.98% | 0.57% | - |
| XYZ | 16.3 | 7.92 | 24.71 | - |
| YUV | 60.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 138 | 0 | 0.98 | 0.05 | 0.43 | 302.96 | 0.96 | 0.29 |
| Hex | 91 | 3 | 8A | 0 | 62 | 5 | 2B | 12F | 60 | 1D |
| Octal | 221 | 3 | 212 | 0 | 142 | 5 | 53 | 457 | 140 | 35 |
| Binary | 10010001 | 11 | 10001010 | 0 | 1100010 | 101 | 101011 | 100101111 | 1100000 | 11101 |
Color Harmonies of #91038A
Complementary color
Monochromatic Colors of #91038A
Black with #91038A
Text Example
Text Example
White with #91038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91038A; }
p { color: rgb(145,3,138); }
H1.HeaderClassName
{
color: #91038A;
}
.AnyTagClassName
{
color: #91038A;
}
</style>
background-color css
<style>
a { background-color: #91038A; }
a { background-color: rgb(145,3,138); }
div.DivClassName
{
background-color: #91038A;
}
.BgClassName
{
background-color: #91038A;
}
</style>
border-color css
<style>
span { border-color: #91038A; }
span { border-color: rgb(145,3,138); }
td.TdClassName
{
border-color: #91038A;
}
.TagClassName
{
border-color: #91038A;
}
</style>