Shades of Dark Magenta #95077C
Tints of Dark Magenta #95077C
RGB
CMYK
RGB Variations
Color information
#95077C (or 0x95077C) is known color: Dark Magenta. HEX triplet: 95, 07 and 7C. RGB value is (149,7,124). Sum of RGB (Red+Green+Blue) = 149+7+124=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95077C is #6AF883. Grayscale: #3E3E3E. Windows color (decimal): -7010436 or 8128405. OLE color: 8128405.
HSL color Cylindrical-coordinate representation of color #95077C: hue angle of 310.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95077C is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 124 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.42 |
| HSL | 310.56º | 0.91% | 0.31% | - |
| HSV(B) | 310.56º | 0.95% | 0.58% | - |
| XYZ | 16.11 | 8 | 19.76 | - |
| YUV | 62.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 124 | 0 | 0.95 | 0.17 | 0.42 | 310.56 | 0.91 | 0.31 |
| Hex | 95 | 7 | 7C | 0 | 5F | 11 | 2A | 137 | 5B | 1F |
| Octal | 225 | 7 | 174 | 0 | 137 | 21 | 52 | 467 | 133 | 37 |
| Binary | 10010101 | 111 | 1111100 | 0 | 1011111 | 10001 | 101010 | 100110111 | 1011011 | 11111 |
Color Harmonies of #95077C
Complementary color
Monochromatic Colors of #95077C
Black with #95077C
Text Example
Text Example
White with #95077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95077C; }
p { color: rgb(149,7,124); }
H1.HeaderClassName
{
color: #95077C;
}
.AnyTagClassName
{
color: #95077C;
}
</style>
background-color css
<style>
a { background-color: #95077C; }
a { background-color: rgb(149,7,124); }
div.DivClassName
{
background-color: #95077C;
}
.BgClassName
{
background-color: #95077C;
}
</style>
border-color css
<style>
span { border-color: #95077C; }
span { border-color: rgb(149,7,124); }
td.TdClassName
{
border-color: #95077C;
}
.TagClassName
{
border-color: #95077C;
}
</style>