Shades of Dark Magenta #91188F
Tints of Dark Magenta #91188F
RGB
CMYK
RGB Variations
Color information
#91188F (or 0x91188F) is known color: Dark Magenta. HEX triplet: 91, 18 and 8F. RGB value is (145,24,143). Sum of RGB (Red+Green+Blue) = 145+24+143=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #91188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91188F is #6EE770. Grayscale: #494949. Windows color (decimal): -7268209 or 9377937. OLE color: 9377937.
HSL color Cylindrical-coordinate representation of color #91188F: hue angle of 300.99º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91188F is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 143 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.43 |
| HSL | 300.99º | 0.72% | 0.33% | - |
| HSV(B) | 300.99º | 0.83% | 0.57% | - |
| XYZ | 16.96 | 8.66 | 26.76 | - |
| YUV | 73.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 143 | 0 | 0.83 | 0.01 | 0.43 | 300.99 | 0.72 | 0.33 |
| Hex | 91 | 18 | 8F | 0 | 53 | 1 | 2B | 12D | 48 | 21 |
| Octal | 221 | 30 | 217 | 0 | 123 | 1 | 53 | 455 | 110 | 41 |
| Binary | 10010001 | 11000 | 10001111 | 0 | 1010011 | 1 | 101011 | 100101101 | 1001000 | 100001 |
Color Harmonies of #91188F
Complementary color
Monochromatic Colors of #91188F
Black with #91188F
Text Example
Text Example
White with #91188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91188F; }
p { color: rgb(145,24,143); }
H1.HeaderClassName
{
color: #91188F;
}
.AnyTagClassName
{
color: #91188F;
}
</style>
background-color css
<style>
a { background-color: #91188F; }
a { background-color: rgb(145,24,143); }
div.DivClassName
{
background-color: #91188F;
}
.BgClassName
{
background-color: #91188F;
}
</style>
border-color css
<style>
span { border-color: #91188F; }
span { border-color: rgb(145,24,143); }
td.TdClassName
{
border-color: #91188F;
}
.TagClassName
{
border-color: #91188F;
}
</style>