Shades of Dark Magenta #950F8D
Tints of Dark Magenta #950F8D
RGB
CMYK
RGB Variations
Color information
#950F8D (or 0x950F8D) is known color: Dark Magenta. HEX triplet: 95, 0F and 8D. RGB value is (149,15,141). Sum of RGB (Red+Green+Blue) = 149+15+141=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #950F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F8D is #6AF072. Grayscale: #454545. Windows color (decimal): -7008371 or 9244565. OLE color: 9244565.
HSL color Cylindrical-coordinate representation of color #950F8D: hue angle of 303.58º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F8D is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 141 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.42 |
| HSL | 303.58º | 0.82% | 0.32% | - |
| HSV(B) | 303.58º | 0.9% | 0.58% | - |
| XYZ | 17.37 | 8.65 | 25.95 | - |
| YUV | 69.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 141 | 0 | 0.90 | 0.05 | 0.42 | 303.58 | 0.82 | 0.32 |
| Hex | 95 | F | 8D | 0 | 5A | 5 | 2A | 130 | 52 | 20 |
| Octal | 225 | 17 | 215 | 0 | 132 | 5 | 52 | 460 | 122 | 40 |
| Binary | 10010101 | 1111 | 10001101 | 0 | 1011010 | 101 | 101010 | 100110000 | 1010010 | 100000 |
Color Harmonies of #950F8D
Complementary color
Monochromatic Colors of #950F8D
Black with #950F8D
Text Example
Text Example
White with #950F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F8D; }
p { color: rgb(149,15,141); }
H1.HeaderClassName
{
color: #950F8D;
}
.AnyTagClassName
{
color: #950F8D;
}
</style>
background-color css
<style>
a { background-color: #950F8D; }
a { background-color: rgb(149,15,141); }
div.DivClassName
{
background-color: #950F8D;
}
.BgClassName
{
background-color: #950F8D;
}
</style>
border-color css
<style>
span { border-color: #950F8D; }
span { border-color: rgb(149,15,141); }
td.TdClassName
{
border-color: #950F8D;
}
.TagClassName
{
border-color: #950F8D;
}
</style>