Shades of Dark Magenta #91047B
Tints of Dark Magenta #91047B
RGB
CMYK
RGB Variations
Color information
#91047B (or 0x91047B) is known color: Dark Magenta. HEX triplet: 91, 04 and 7B. RGB value is (145,4,123). Sum of RGB (Red+Green+Blue) = 145+4+123=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91047B is #6EFB84. Grayscale: #3B3B3B. Windows color (decimal): -7273349 or 8062097. OLE color: 8062097.
HSL color Cylindrical-coordinate representation of color #91047B: hue angle of 309.36º 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 #91047B is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.43 |
| HSL | 309.36º | 0.95% | 0.29% | - |
| HSV(B) | 309.36º | 0.97% | 0.57% | - |
| XYZ | 15.3 | 7.54 | 19.39 | - |
| YUV | 59.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 123 | 0 | 0.97 | 0.15 | 0.43 | 309.36 | 0.95 | 0.29 |
| Hex | 91 | 4 | 7B | 0 | 61 | F | 2B | 135 | 5F | 1D |
| Octal | 221 | 4 | 173 | 0 | 141 | 17 | 53 | 465 | 137 | 35 |
| Binary | 10010001 | 100 | 1111011 | 0 | 1100001 | 1111 | 101011 | 100110101 | 1011111 | 11101 |
Color Harmonies of #91047B
Complementary color
Monochromatic Colors of #91047B
Black with #91047B
Text Example
Text Example
White with #91047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91047B; }
p { color: rgb(145,4,123); }
H1.HeaderClassName
{
color: #91047B;
}
.AnyTagClassName
{
color: #91047B;
}
</style>
background-color css
<style>
a { background-color: #91047B; }
a { background-color: rgb(145,4,123); }
div.DivClassName
{
background-color: #91047B;
}
.BgClassName
{
background-color: #91047B;
}
</style>
border-color css
<style>
span { border-color: #91047B; }
span { border-color: rgb(145,4,123); }
td.TdClassName
{
border-color: #91047B;
}
.TagClassName
{
border-color: #91047B;
}
</style>