Shades of Dark Magenta #950A7D
Tints of Dark Magenta #950A7D
RGB
CMYK
RGB Variations
Color information
#950A7D (or 0x950A7D) is known color: Dark Magenta. HEX triplet: 95, 0A and 7D. RGB value is (149,10,125). Sum of RGB (Red+Green+Blue) = 149+10+125=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #950A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A7D is #6AF582. Grayscale: #404040. Windows color (decimal): -7009667 or 8194709. OLE color: 8194709.
HSL color Cylindrical-coordinate representation of color #950A7D: hue angle of 310.36º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A7D is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 125 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.42 |
| HSL | 310.36º | 0.87% | 0.31% | - |
| HSV(B) | 310.36º | 0.93% | 0.58% | - |
| XYZ | 16.2 | 8.09 | 20.11 | - |
| YUV | 64.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 125 | 0 | 0.93 | 0.16 | 0.42 | 310.36 | 0.87 | 0.31 |
| Hex | 95 | A | 7D | 0 | 5D | 10 | 2A | 136 | 57 | 1F |
| Octal | 225 | 12 | 175 | 0 | 135 | 20 | 52 | 466 | 127 | 37 |
| Binary | 10010101 | 1010 | 1111101 | 0 | 1011101 | 10000 | 101010 | 100110110 | 1010111 | 11111 |
Color Harmonies of #950A7D
Complementary color
Monochromatic Colors of #950A7D
Black with #950A7D
Text Example
Text Example
White with #950A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A7D; }
p { color: rgb(149,10,125); }
H1.HeaderClassName
{
color: #950A7D;
}
.AnyTagClassName
{
color: #950A7D;
}
</style>
background-color css
<style>
a { background-color: #950A7D; }
a { background-color: rgb(149,10,125); }
div.DivClassName
{
background-color: #950A7D;
}
.BgClassName
{
background-color: #950A7D;
}
</style>
border-color css
<style>
span { border-color: #950A7D; }
span { border-color: rgb(149,10,125); }
td.TdClassName
{
border-color: #950A7D;
}
.TagClassName
{
border-color: #950A7D;
}
</style>