Shades of Dark Magenta #950F8C
Tints of Dark Magenta #950F8C
RGB
CMYK
RGB Variations
Color information
#950F8C (or 0x950F8C) is known color: Dark Magenta. HEX triplet: 95, 0F and 8C. RGB value is (149,15,140). Sum of RGB (Red+Green+Blue) = 149+15+140=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #950F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F8C is #6AF073. Grayscale: #444444. Windows color (decimal): -7008372 or 9179029. OLE color: 9179029.
HSL color Cylindrical-coordinate representation of color #950F8C: hue angle of 304.03º 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 #950F8C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 140 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.42 |
| HSL | 304.03º | 0.82% | 0.32% | - |
| HSV(B) | 304.03º | 0.9% | 0.58% | - |
| XYZ | 17.3 | 8.62 | 25.56 | - |
| YUV | 69.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 140 | 0 | 0.90 | 0.06 | 0.42 | 304.03 | 0.82 | 0.32 |
| Hex | 95 | F | 8C | 0 | 5A | 6 | 2A | 130 | 52 | 20 |
| Octal | 225 | 17 | 214 | 0 | 132 | 6 | 52 | 460 | 122 | 40 |
| Binary | 10010101 | 1111 | 10001100 | 0 | 1011010 | 110 | 101010 | 100110000 | 1010010 | 100000 |
Color Harmonies of #950F8C
Complementary color
Monochromatic Colors of #950F8C
Black with #950F8C
Text Example
Text Example
White with #950F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F8C; }
p { color: rgb(149,15,140); }
H1.HeaderClassName
{
color: #950F8C;
}
.AnyTagClassName
{
color: #950F8C;
}
</style>
background-color css
<style>
a { background-color: #950F8C; }
a { background-color: rgb(149,15,140); }
div.DivClassName
{
background-color: #950F8C;
}
.BgClassName
{
background-color: #950F8C;
}
</style>
border-color css
<style>
span { border-color: #950F8C; }
span { border-color: rgb(149,15,140); }
td.TdClassName
{
border-color: #950F8C;
}
.TagClassName
{
border-color: #950F8C;
}
</style>