Shades of Dark Magenta #95007F
Tints of Dark Magenta #95007F
RGB
CMYK
RGB Variations
Color information
#95007F (or 0x95007F) is known color: Dark Magenta. HEX triplet: 95, 00 and 7F. RGB value is (149,0,127). Sum of RGB (Red+Green+Blue) = 149+0+127=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95007F is #6AFF80. Grayscale: #3A3A3A. Windows color (decimal): -7012225 or 8323221. OLE color: 8323221.
HSL color Cylindrical-coordinate representation of color #95007F: hue angle of 308.86º 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 #95007F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.15 | 0.42 |
| HSL | 308.86º | 1% | 0.29% | - |
| HSV(B) | 308.86º | 1% | 0.58% | - |
| XYZ | 16.23 | 7.92 | 20.75 | - |
| YUV | 59.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 127 | 0 | 1 | 0.15 | 0.42 | 308.86 | 1 | 0.29 |
| Hex | 95 | 0 | 7F | 0 | 64 | F | 2A | 135 | 64 | 1D |
| Octal | 225 | 0 | 177 | 0 | 144 | 17 | 52 | 465 | 144 | 35 |
| Binary | 10010101 | 0 | 1111111 | 0 | 1100100 | 1111 | 101010 | 100110101 | 1100100 | 11101 |
Color Harmonies of #95007F
Complementary color
Monochromatic Colors of #95007F
Black with #95007F
Text Example
Text Example
White with #95007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95007F; }
p { color: rgb(149,0,127); }
H1.HeaderClassName
{
color: #95007F;
}
.AnyTagClassName
{
color: #95007F;
}
</style>
background-color css
<style>
a { background-color: #95007F; }
a { background-color: rgb(149,0,127); }
div.DivClassName
{
background-color: #95007F;
}
.BgClassName
{
background-color: #95007F;
}
</style>
border-color css
<style>
span { border-color: #95007F; }
span { border-color: rgb(149,0,127); }
td.TdClassName
{
border-color: #95007F;
}
.TagClassName
{
border-color: #95007F;
}
</style>