Shades of Dark Magenta #95168B
Tints of Dark Magenta #95168B
RGB
CMYK
RGB Variations
Color information
#95168B (or 0x95168B) is known color: Dark Magenta. HEX triplet: 95, 16 and 8B. RGB value is (149,22,139). Sum of RGB (Red+Green+Blue) = 149+22+139=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95168B is #6AE974. Grayscale: #484848. Windows color (decimal): -7006581 or 9115285. OLE color: 9115285.
HSL color Cylindrical-coordinate representation of color #95168B: hue angle of 304.72º 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 #95168B is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 139 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.42 |
| HSL | 304.72º | 0.74% | 0.34% | - |
| HSV(B) | 304.72º | 0.85% | 0.58% | - |
| XYZ | 17.34 | 8.83 | 25.22 | - |
| YUV | 73.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 139 | 0 | 0.85 | 0.07 | 0.42 | 304.72 | 0.74 | 0.34 |
| Hex | 95 | 16 | 8B | 0 | 55 | 7 | 2A | 131 | 4A | 22 |
| Octal | 225 | 26 | 213 | 0 | 125 | 7 | 52 | 461 | 112 | 42 |
| Binary | 10010101 | 10110 | 10001011 | 0 | 1010101 | 111 | 101010 | 100110001 | 1001010 | 100010 |
Color Harmonies of #95168B
Complementary color
Monochromatic Colors of #95168B
Black with #95168B
Text Example
Text Example
White with #95168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95168B; }
p { color: rgb(149,22,139); }
H1.HeaderClassName
{
color: #95168B;
}
.AnyTagClassName
{
color: #95168B;
}
</style>
background-color css
<style>
a { background-color: #95168B; }
a { background-color: rgb(149,22,139); }
div.DivClassName
{
background-color: #95168B;
}
.BgClassName
{
background-color: #95168B;
}
</style>
border-color css
<style>
span { border-color: #95168B; }
span { border-color: rgb(149,22,139); }
td.TdClassName
{
border-color: #95168B;
}
.TagClassName
{
border-color: #95168B;
}
</style>