Shades of Dark Magenta #91048F
Tints of Dark Magenta #91048F
RGB
CMYK
RGB Variations
Color information
#91048F (or 0x91048F) is known color: Dark Magenta. HEX triplet: 91, 04 and 8F. RGB value is (145,4,143). Sum of RGB (Red+Green+Blue) = 145+4+143=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #91048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91048F is #6EFB70. Grayscale: #3D3D3D. Windows color (decimal): -7273329 or 9372817. OLE color: 9372817.
HSL color Cylindrical-coordinate representation of color #91048F: hue angle of 300.85º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91048F is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 143 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.43 |
| HSL | 300.85º | 0.95% | 0.29% | - |
| HSV(B) | 300.85º | 0.97% | 0.57% | - |
| XYZ | 16.68 | 8.09 | 26.67 | - |
| YUV | 62.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 143 | 0 | 0.97 | 0.01 | 0.43 | 300.85 | 0.95 | 0.29 |
| Hex | 91 | 4 | 8F | 0 | 61 | 1 | 2B | 12D | 5F | 1D |
| Octal | 221 | 4 | 217 | 0 | 141 | 1 | 53 | 455 | 137 | 35 |
| Binary | 10010001 | 100 | 10001111 | 0 | 1100001 | 1 | 101011 | 100101101 | 1011111 | 11101 |
Color Harmonies of #91048F
Complementary color
Monochromatic Colors of #91048F
Black with #91048F
Text Example
Text Example
White with #91048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91048F; }
p { color: rgb(145,4,143); }
H1.HeaderClassName
{
color: #91048F;
}
.AnyTagClassName
{
color: #91048F;
}
</style>
background-color css
<style>
a { background-color: #91048F; }
a { background-color: rgb(145,4,143); }
div.DivClassName
{
background-color: #91048F;
}
.BgClassName
{
background-color: #91048F;
}
</style>
border-color css
<style>
span { border-color: #91048F; }
span { border-color: rgb(145,4,143); }
td.TdClassName
{
border-color: #91048F;
}
.TagClassName
{
border-color: #91048F;
}
</style>