Shades of Dark Magenta #91148A
Tints of Dark Magenta #91148A
RGB
CMYK
RGB Variations
Color information
#91148A (or 0x91148A) is known color: Dark Magenta. HEX triplet: 91, 14 and 8A. RGB value is (145,20,138). Sum of RGB (Red+Green+Blue) = 145+20+138=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91148A is #6EEB75. Grayscale: #464646. Windows color (decimal): -7269238 or 9049233. OLE color: 9049233.
HSL color Cylindrical-coordinate representation of color #91148A: hue angle of 303.36º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91148A is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 138 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.43 |
| HSL | 303.36º | 0.76% | 0.32% | - |
| HSV(B) | 303.36º | 0.86% | 0.57% | - |
| XYZ | 16.51 | 8.36 | 24.79 | - |
| YUV | 70.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 138 | 0 | 0.86 | 0.05 | 0.43 | 303.36 | 0.76 | 0.32 |
| Hex | 91 | 14 | 8A | 0 | 56 | 5 | 2B | 12F | 4C | 20 |
| Octal | 221 | 24 | 212 | 0 | 126 | 5 | 53 | 457 | 114 | 40 |
| Binary | 10010001 | 10100 | 10001010 | 0 | 1010110 | 101 | 101011 | 100101111 | 1001100 | 100000 |
Color Harmonies of #91148A
Complementary color
Monochromatic Colors of #91148A
Black with #91148A
Text Example
Text Example
White with #91148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91148A; }
p { color: rgb(145,20,138); }
H1.HeaderClassName
{
color: #91148A;
}
.AnyTagClassName
{
color: #91148A;
}
</style>
background-color css
<style>
a { background-color: #91148A; }
a { background-color: rgb(145,20,138); }
div.DivClassName
{
background-color: #91148A;
}
.BgClassName
{
background-color: #91148A;
}
</style>
border-color css
<style>
span { border-color: #91148A; }
span { border-color: rgb(145,20,138); }
td.TdClassName
{
border-color: #91148A;
}
.TagClassName
{
border-color: #91148A;
}
</style>