Shades of Dark Magenta #91059D
Tints of Dark Magenta #91059D
RGB
CMYK
RGB Variations
Color information
#91059D (or 0x91059D) is known color: Dark Magenta. HEX triplet: 91, 05 and 9D. RGB value is (145,5,157). Sum of RGB (Red+Green+Blue) = 145+5+157=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #91059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91059D is #6EFA62. Grayscale: #3F3F3F. Windows color (decimal): -7273059 or 10290577. OLE color: 10290577.
HSL color Cylindrical-coordinate representation of color #91059D: hue angle of 295.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91059D is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 5 | 157 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.38 |
| HSL | 295.26º | 0.94% | 0.32% | - |
| HSV(B) | 295.26º | 0.97% | 0.62% | - |
| XYZ | 17.82 | 8.56 | 32.61 | - |
| YUV | 64.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 157 | 0.08 | 0.97 | 0 | 0.38 | 295.26 | 0.94 | 0.32 |
| Hex | 91 | 5 | 9D | 8 | 61 | 0 | 26 | 127 | 5E | 20 |
| Octal | 221 | 5 | 235 | 10 | 141 | 0 | 46 | 447 | 136 | 40 |
| Binary | 10010001 | 101 | 10011101 | 1000 | 1100001 | 0 | 100110 | 100100111 | 1011110 | 100000 |
Color Harmonies of #91059D
Complementary color
Monochromatic Colors of #91059D
Black with #91059D
Text Example
Text Example
White with #91059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91059D; }
p { color: rgb(145,5,157); }
H1.HeaderClassName
{
color: #91059D;
}
.AnyTagClassName
{
color: #91059D;
}
</style>
background-color css
<style>
a { background-color: #91059D; }
a { background-color: rgb(145,5,157); }
div.DivClassName
{
background-color: #91059D;
}
.BgClassName
{
background-color: #91059D;
}
</style>
border-color css
<style>
span { border-color: #91059D; }
span { border-color: rgb(145,5,157); }
td.TdClassName
{
border-color: #91059D;
}
.TagClassName
{
border-color: #91059D;
}
</style>