Shades of Dark Magenta #91059B
Tints of Dark Magenta #91059B
RGB
CMYK
RGB Variations
Color information
#91059B (or 0x91059B) is known color: Dark Magenta. HEX triplet: 91, 05 and 9B. RGB value is (145,5,155). Sum of RGB (Red+Green+Blue) = 145+5+155=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #91059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91059B is #6EFA64. Grayscale: #3F3F3F. Windows color (decimal): -7273061 or 10159505. OLE color: 10159505.
HSL color Cylindrical-coordinate representation of color #91059B: hue angle of 296º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91059B is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 5 | 155 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.39 |
| HSL | 296º | 0.94% | 0.31% | - |
| HSV(B) | 296º | 0.97% | 0.61% | - |
| XYZ | 17.65 | 8.49 | 31.72 | - |
| YUV | 63.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 155 | 0.06 | 0.97 | 0 | 0.39 | 296 | 0.94 | 0.31 |
| Hex | 91 | 5 | 9B | 6 | 61 | 0 | 27 | 128 | 5E | 1F |
| Octal | 221 | 5 | 233 | 6 | 141 | 0 | 47 | 450 | 136 | 37 |
| Binary | 10010001 | 101 | 10011011 | 110 | 1100001 | 0 | 100111 | 100101000 | 1011110 | 11111 |
Color Harmonies of #91059B
Complementary color
Monochromatic Colors of #91059B
Black with #91059B
Text Example
Text Example
White with #91059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91059B; }
p { color: rgb(145,5,155); }
H1.HeaderClassName
{
color: #91059B;
}
.AnyTagClassName
{
color: #91059B;
}
</style>
background-color css
<style>
a { background-color: #91059B; }
a { background-color: rgb(145,5,155); }
div.DivClassName
{
background-color: #91059B;
}
.BgClassName
{
background-color: #91059B;
}
</style>
border-color css
<style>
span { border-color: #91059B; }
span { border-color: rgb(145,5,155); }
td.TdClassName
{
border-color: #91059B;
}
.TagClassName
{
border-color: #91059B;
}
</style>