Shades of Dark Magenta #95007D
Tints of Dark Magenta #95007D
RGB
CMYK
RGB Variations
Color information
#95007D (or 0x95007D) is known color: Dark Magenta. HEX triplet: 95, 00 and 7D. RGB value is (149,0,125). Sum of RGB (Red+Green+Blue) = 149+0+125=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95007D is #6AFF82. Grayscale: #3A3A3A. Windows color (decimal): -7012227 or 8192149. OLE color: 8192149.
HSL color Cylindrical-coordinate representation of color #95007D: hue angle of 309.66º 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 #95007D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.16 | 0.42 |
| HSL | 309.66º | 1% | 0.29% | - |
| HSV(B) | 309.66º | 1% | 0.58% | - |
| XYZ | 16.1 | 7.87 | 20.07 | - |
| YUV | 58.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 125 | 0 | 1 | 0.16 | 0.42 | 309.66 | 1 | 0.29 |
| Hex | 95 | 0 | 7D | 0 | 64 | 10 | 2A | 136 | 64 | 1D |
| Octal | 225 | 0 | 175 | 0 | 144 | 20 | 52 | 466 | 144 | 35 |
| Binary | 10010101 | 0 | 1111101 | 0 | 1100100 | 10000 | 101010 | 100110110 | 1100100 | 11101 |
Color Harmonies of #95007D
Complementary color
Monochromatic Colors of #95007D
Black with #95007D
Text Example
Text Example
White with #95007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95007D; }
p { color: rgb(149,0,125); }
H1.HeaderClassName
{
color: #95007D;
}
.AnyTagClassName
{
color: #95007D;
}
</style>
background-color css
<style>
a { background-color: #95007D; }
a { background-color: rgb(149,0,125); }
div.DivClassName
{
background-color: #95007D;
}
.BgClassName
{
background-color: #95007D;
}
</style>
border-color css
<style>
span { border-color: #95007D; }
span { border-color: rgb(149,0,125); }
td.TdClassName
{
border-color: #95007D;
}
.TagClassName
{
border-color: #95007D;
}
</style>