Shades of Dark Magenta #95008F
Tints of Dark Magenta #95008F
RGB
CMYK
RGB Variations
Color information
#95008F (or 0x95008F) is known color: Dark Magenta. HEX triplet: 95, 00 and 8F. RGB value is (149,0,143). Sum of RGB (Red+Green+Blue) = 149+0+143=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95008F is #6AFF70. Grayscale: #3C3C3C. Windows color (decimal): -7012209 or 9371797. OLE color: 9371797.
HSL color Cylindrical-coordinate representation of color #95008F: hue angle of 302.42º 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 #95008F is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.04 | 0.42 |
| HSL | 302.42º | 1% | 0.29% | - |
| HSV(B) | 302.42º | 1% | 0.58% | - |
| XYZ | 17.35 | 8.37 | 26.69 | - |
| YUV | 60.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 143 | 0 | 1 | 0.04 | 0.42 | 302.42 | 1 | 0.29 |
| Hex | 95 | 0 | 8F | 0 | 64 | 4 | 2A | 12E | 64 | 1D |
| Octal | 225 | 0 | 217 | 0 | 144 | 4 | 52 | 456 | 144 | 35 |
| Binary | 10010101 | 0 | 10001111 | 0 | 1100100 | 100 | 101010 | 100101110 | 1100100 | 11101 |
Color Harmonies of #95008F
Complementary color
Monochromatic Colors of #95008F
Black with #95008F
Text Example
Text Example
White with #95008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95008F; }
p { color: rgb(149,0,143); }
H1.HeaderClassName
{
color: #95008F;
}
.AnyTagClassName
{
color: #95008F;
}
</style>
background-color css
<style>
a { background-color: #95008F; }
a { background-color: rgb(149,0,143); }
div.DivClassName
{
background-color: #95008F;
}
.BgClassName
{
background-color: #95008F;
}
</style>
border-color css
<style>
span { border-color: #95008F; }
span { border-color: rgb(149,0,143); }
td.TdClassName
{
border-color: #95008F;
}
.TagClassName
{
border-color: #95008F;
}
</style>