Shades of Dark Magenta #911C95
Tints of Dark Magenta #911C95
RGB
CMYK
RGB Variations
Color information
#911C95 (or 0x911C95) is known color: Dark Magenta. HEX triplet: 91, 1C and 95. RGB value is (145,28,149). Sum of RGB (Red+Green+Blue) = 145+28+149=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #911C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911C95 is #6EE36A. Grayscale: #4C4C4C. Windows color (decimal): -7267179 or 9772177. OLE color: 9772177.
HSL color Cylindrical-coordinate representation of color #911C95: hue angle of 298.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C95 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 28 | 149 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.42 |
| HSL | 298.02º | 0.68% | 0.35% | - |
| HSV(B) | 298.02º | 0.81% | 0.58% | - |
| XYZ | 17.52 | 9.02 | 29.25 | - |
| YUV | 76.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 149 | 0.03 | 0.81 | 0 | 0.42 | 298.02 | 0.68 | 0.35 |
| Hex | 91 | 1C | 95 | 3 | 51 | 0 | 2A | 12A | 44 | 23 |
| Octal | 221 | 34 | 225 | 3 | 121 | 0 | 52 | 452 | 104 | 43 |
| Binary | 10010001 | 11100 | 10010101 | 11 | 1010001 | 0 | 101010 | 100101010 | 1000100 | 100011 |
Color Harmonies of #911C95
Complementary color
Monochromatic Colors of #911C95
Black with #911C95
Text Example
Text Example
White with #911C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C95; }
p { color: rgb(145,28,149); }
H1.HeaderClassName
{
color: #911C95;
}
.AnyTagClassName
{
color: #911C95;
}
</style>
background-color css
<style>
a { background-color: #911C95; }
a { background-color: rgb(145,28,149); }
div.DivClassName
{
background-color: #911C95;
}
.BgClassName
{
background-color: #911C95;
}
</style>
border-color css
<style>
span { border-color: #911C95; }
span { border-color: rgb(145,28,149); }
td.TdClassName
{
border-color: #911C95;
}
.TagClassName
{
border-color: #911C95;
}
</style>