Shades of Dark Magenta #95178F
Tints of Dark Magenta #95178F
RGB
CMYK
RGB Variations
Color information
#95178F (or 0x95178F) is known color: Dark Magenta. HEX triplet: 95, 17 and 8F. RGB value is (149,23,143). Sum of RGB (Red+Green+Blue) = 149+23+143=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95178F is #6AE870. Grayscale: #4A4A4A. Windows color (decimal): -7006321 or 9377685. OLE color: 9377685.
HSL color Cylindrical-coordinate representation of color #95178F: hue angle of 302.86º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95178F is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 143 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.42 |
| HSL | 302.86º | 0.73% | 0.34% | - |
| HSV(B) | 302.86º | 0.85% | 0.58% | - |
| XYZ | 17.66 | 8.99 | 26.79 | - |
| YUV | 74.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 143 | 0 | 0.85 | 0.04 | 0.42 | 302.86 | 0.73 | 0.34 |
| Hex | 95 | 17 | 8F | 0 | 55 | 4 | 2A | 12F | 49 | 22 |
| Octal | 225 | 27 | 217 | 0 | 125 | 4 | 52 | 457 | 111 | 42 |
| Binary | 10010101 | 10111 | 10001111 | 0 | 1010101 | 100 | 101010 | 100101111 | 1001001 | 100010 |
Color Harmonies of #95178F
Complementary color
Monochromatic Colors of #95178F
Black with #95178F
Text Example
Text Example
White with #95178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95178F; }
p { color: rgb(149,23,143); }
H1.HeaderClassName
{
color: #95178F;
}
.AnyTagClassName
{
color: #95178F;
}
</style>
background-color css
<style>
a { background-color: #95178F; }
a { background-color: rgb(149,23,143); }
div.DivClassName
{
background-color: #95178F;
}
.BgClassName
{
background-color: #95178F;
}
</style>
border-color css
<style>
span { border-color: #95178F; }
span { border-color: rgb(149,23,143); }
td.TdClassName
{
border-color: #95178F;
}
.TagClassName
{
border-color: #95178F;
}
</style>