Shades of Dark Magenta #95138C
Tints of Dark Magenta #95138C
RGB
CMYK
RGB Variations
Color information
#95138C (or 0x95138C) is known color: Dark Magenta. HEX triplet: 95, 13 and 8C. RGB value is (149,19,140). Sum of RGB (Red+Green+Blue) = 149+19+140=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95138C is #6AEC73. Grayscale: #474747. Windows color (decimal): -7007348 or 9180053. OLE color: 9180053.
HSL color Cylindrical-coordinate representation of color #95138C: hue angle of 304.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95138C is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 140 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.42 |
| HSL | 304.15º | 0.77% | 0.33% | - |
| HSV(B) | 304.15º | 0.87% | 0.58% | - |
| XYZ | 17.36 | 8.75 | 25.58 | - |
| YUV | 71.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 140 | 0 | 0.87 | 0.06 | 0.42 | 304.15 | 0.77 | 0.33 |
| Hex | 95 | 13 | 8C | 0 | 57 | 6 | 2A | 130 | 4D | 21 |
| Octal | 225 | 23 | 214 | 0 | 127 | 6 | 52 | 460 | 115 | 41 |
| Binary | 10010101 | 10011 | 10001100 | 0 | 1010111 | 110 | 101010 | 100110000 | 1001101 | 100001 |
Color Harmonies of #95138C
Complementary color
Monochromatic Colors of #95138C
Black with #95138C
Text Example
Text Example
White with #95138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95138C; }
p { color: rgb(149,19,140); }
H1.HeaderClassName
{
color: #95138C;
}
.AnyTagClassName
{
color: #95138C;
}
</style>
background-color css
<style>
a { background-color: #95138C; }
a { background-color: rgb(149,19,140); }
div.DivClassName
{
background-color: #95138C;
}
.BgClassName
{
background-color: #95138C;
}
</style>
border-color css
<style>
span { border-color: #95138C; }
span { border-color: rgb(149,19,140); }
td.TdClassName
{
border-color: #95138C;
}
.TagClassName
{
border-color: #95138C;
}
</style>