Shades of Dark Magenta #95108E
Tints of Dark Magenta #95108E
RGB
CMYK
RGB Variations
Color information
#95108E (or 0x95108E) is known color: Dark Magenta. HEX triplet: 95, 10 and 8E. RGB value is (149,16,142). Sum of RGB (Red+Green+Blue) = 149+16+142=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95108E is #6AEF71. Grayscale: #454545. Windows color (decimal): -7008114 or 9310357. OLE color: 9310357.
HSL color Cylindrical-coordinate representation of color #95108E: hue angle of 303.16º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95108E is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 142 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.42 |
| HSL | 303.16º | 0.81% | 0.32% | - |
| HSV(B) | 303.16º | 0.89% | 0.58% | - |
| XYZ | 17.46 | 8.71 | 26.35 | - |
| YUV | 70.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 142 | 0 | 0.89 | 0.05 | 0.42 | 303.16 | 0.81 | 0.32 |
| Hex | 95 | 10 | 8E | 0 | 59 | 5 | 2A | 12F | 51 | 20 |
| Octal | 225 | 20 | 216 | 0 | 131 | 5 | 52 | 457 | 121 | 40 |
| Binary | 10010101 | 10000 | 10001110 | 0 | 1011001 | 101 | 101010 | 100101111 | 1010001 | 100000 |
Color Harmonies of #95108E
Complementary color
Monochromatic Colors of #95108E
Black with #95108E
Text Example
Text Example
White with #95108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95108E; }
p { color: rgb(149,16,142); }
H1.HeaderClassName
{
color: #95108E;
}
.AnyTagClassName
{
color: #95108E;
}
</style>
background-color css
<style>
a { background-color: #95108E; }
a { background-color: rgb(149,16,142); }
div.DivClassName
{
background-color: #95108E;
}
.BgClassName
{
background-color: #95108E;
}
</style>
border-color css
<style>
span { border-color: #95108E; }
span { border-color: rgb(149,16,142); }
td.TdClassName
{
border-color: #95108E;
}
.TagClassName
{
border-color: #95108E;
}
</style>