Shades of Dark Magenta #95168C
Tints of Dark Magenta #95168C
RGB
CMYK
RGB Variations
Color information
#95168C (or 0x95168C) is known color: Dark Magenta. HEX triplet: 95, 16 and 8C. RGB value is (149,22,140). Sum of RGB (Red+Green+Blue) = 149+22+140=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95168C is #6AE973. Grayscale: #494949. Windows color (decimal): -7006580 or 9180821. OLE color: 9180821.
HSL color Cylindrical-coordinate representation of color #95168C: hue angle of 304.25º degrees, saturation: 0.74, 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 #95168C is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 140 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.42 |
| HSL | 304.25º | 0.74% | 0.34% | - |
| HSV(B) | 304.25º | 0.85% | 0.58% | - |
| XYZ | 17.41 | 8.86 | 25.6 | - |
| YUV | 73.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 140 | 0 | 0.85 | 0.06 | 0.42 | 304.25 | 0.74 | 0.34 |
| Hex | 95 | 16 | 8C | 0 | 55 | 6 | 2A | 130 | 4A | 22 |
| Octal | 225 | 26 | 214 | 0 | 125 | 6 | 52 | 460 | 112 | 42 |
| Binary | 10010101 | 10110 | 10001100 | 0 | 1010101 | 110 | 101010 | 100110000 | 1001010 | 100010 |
Color Harmonies of #95168C
Complementary color
Monochromatic Colors of #95168C
Black with #95168C
Text Example
Text Example
White with #95168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95168C; }
p { color: rgb(149,22,140); }
H1.HeaderClassName
{
color: #95168C;
}
.AnyTagClassName
{
color: #95168C;
}
</style>
background-color css
<style>
a { background-color: #95168C; }
a { background-color: rgb(149,22,140); }
div.DivClassName
{
background-color: #95168C;
}
.BgClassName
{
background-color: #95168C;
}
</style>
border-color css
<style>
span { border-color: #95168C; }
span { border-color: rgb(149,22,140); }
td.TdClassName
{
border-color: #95168C;
}
.TagClassName
{
border-color: #95168C;
}
</style>