Shades of Dark Magenta #95119D
Tints of Dark Magenta #95119D
RGB
CMYK
RGB Variations
Color information
#95119D (or 0x95119D) is known color: Dark Magenta. HEX triplet: 95, 11 and 9D. RGB value is (149,17,157). Sum of RGB (Red+Green+Blue) = 149+17+157=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #95119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95119D is #6AEE62. Grayscale: #484848. Windows color (decimal): -7007843 or 10293653. OLE color: 10293653.
HSL color Cylindrical-coordinate representation of color #95119D: hue angle of 296.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95119D is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 17 | 157 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.38 |
| HSL | 296.57º | 0.8% | 0.34% | - |
| HSV(B) | 296.57º | 0.89% | 0.62% | - |
| XYZ | 18.68 | 9.22 | 32.69 | - |
| YUV | 72.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 157 | 0.05 | 0.89 | 0 | 0.38 | 296.57 | 0.8 | 0.34 |
| Hex | 95 | 11 | 9D | 5 | 59 | 0 | 26 | 129 | 50 | 22 |
| Octal | 225 | 21 | 235 | 5 | 131 | 0 | 46 | 451 | 120 | 42 |
| Binary | 10010101 | 10001 | 10011101 | 101 | 1011001 | 0 | 100110 | 100101001 | 1010000 | 100010 |
Color Harmonies of #95119D
Complementary color
Monochromatic Colors of #95119D
Black with #95119D
Text Example
Text Example
White with #95119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95119D; }
p { color: rgb(149,17,157); }
H1.HeaderClassName
{
color: #95119D;
}
.AnyTagClassName
{
color: #95119D;
}
</style>
background-color css
<style>
a { background-color: #95119D; }
a { background-color: rgb(149,17,157); }
div.DivClassName
{
background-color: #95119D;
}
.BgClassName
{
background-color: #95119D;
}
</style>
border-color css
<style>
span { border-color: #95119D; }
span { border-color: rgb(149,17,157); }
td.TdClassName
{
border-color: #95119D;
}
.TagClassName
{
border-color: #95119D;
}
</style>