Shades of Dark Magenta #910595
Tints of Dark Magenta #910595
RGB
CMYK
RGB Variations
Color information
#910595 (or 0x910595) is known color: Dark Magenta. HEX triplet: 91, 05 and 95. RGB value is (145,5,149). Sum of RGB (Red+Green+Blue) = 145+5+149=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #910595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910595 is #6EFA6A. Grayscale: #3E3E3E. Windows color (decimal): -7273067 or 9766289. OLE color: 9766289.
HSL color Cylindrical-coordinate representation of color #910595: hue angle of 298.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910595 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 5 | 149 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.42 |
| HSL | 298.33º | 0.94% | 0.3% | - |
| HSV(B) | 298.33º | 0.97% | 0.58% | - |
| XYZ | 17.16 | 8.3 | 29.13 | - |
| YUV | 63.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 149 | 0.03 | 0.97 | 0 | 0.42 | 298.33 | 0.94 | 0.3 |
| Hex | 91 | 5 | 95 | 3 | 61 | 0 | 2A | 12A | 5E | 1E |
| Octal | 221 | 5 | 225 | 3 | 141 | 0 | 52 | 452 | 136 | 36 |
| Binary | 10010001 | 101 | 10010101 | 11 | 1100001 | 0 | 101010 | 100101010 | 1011110 | 11110 |
Color Harmonies of #910595
Complementary color
Monochromatic Colors of #910595
Black with #910595
Text Example
Text Example
White with #910595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910595; }
p { color: rgb(145,5,149); }
H1.HeaderClassName
{
color: #910595;
}
.AnyTagClassName
{
color: #910595;
}
</style>
background-color css
<style>
a { background-color: #910595; }
a { background-color: rgb(145,5,149); }
div.DivClassName
{
background-color: #910595;
}
.BgClassName
{
background-color: #910595;
}
</style>
border-color css
<style>
span { border-color: #910595; }
span { border-color: rgb(145,5,149); }
td.TdClassName
{
border-color: #910595;
}
.TagClassName
{
border-color: #910595;
}
</style>