Shades of Dark Magenta #95008C
Tints of Dark Magenta #95008C
RGB
CMYK
RGB Variations
Color information
#95008C (or 0x95008C) is known color: Dark Magenta. HEX triplet: 95, 00 and 8C. RGB value is (149,0,140). Sum of RGB (Red+Green+Blue) = 149+0+140=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95008C is #6AFF73. Grayscale: #3C3C3C. Windows color (decimal): -7012212 or 9175189. OLE color: 9175189.
HSL color Cylindrical-coordinate representation of color #95008C: hue angle of 303.62º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95008C is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.06 | 0.42 |
| HSL | 303.62º | 1% | 0.29% | - |
| HSV(B) | 303.62º | 1% | 0.58% | - |
| XYZ | 17.13 | 8.28 | 25.51 | - |
| YUV | 60.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 140 | 0 | 1 | 0.06 | 0.42 | 303.62 | 1 | 0.29 |
| Hex | 95 | 0 | 8C | 0 | 64 | 6 | 2A | 130 | 64 | 1D |
| Octal | 225 | 0 | 214 | 0 | 144 | 6 | 52 | 460 | 144 | 35 |
| Binary | 10010101 | 0 | 10001100 | 0 | 1100100 | 110 | 101010 | 100110000 | 1100100 | 11101 |
Color Harmonies of #95008C
Complementary color
Monochromatic Colors of #95008C
Black with #95008C
Text Example
Text Example
White with #95008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95008C; }
p { color: rgb(149,0,140); }
H1.HeaderClassName
{
color: #95008C;
}
.AnyTagClassName
{
color: #95008C;
}
</style>
background-color css
<style>
a { background-color: #95008C; }
a { background-color: rgb(149,0,140); }
div.DivClassName
{
background-color: #95008C;
}
.BgClassName
{
background-color: #95008C;
}
</style>
border-color css
<style>
span { border-color: #95008C; }
span { border-color: rgb(149,0,140); }
td.TdClassName
{
border-color: #95008C;
}
.TagClassName
{
border-color: #95008C;
}
</style>