Shades of Dark Magenta #950F92
Tints of Dark Magenta #950F92
RGB
CMYK
RGB Variations
Color information
#950F92 (or 0x950F92) is known color: Dark Magenta. HEX triplet: 95, 0F and 92. RGB value is (149,15,146). Sum of RGB (Red+Green+Blue) = 149+15+146=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #950F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F92 is #6AF06D. Grayscale: #454545. Windows color (decimal): -7008366 or 9572245. OLE color: 9572245.
HSL color Cylindrical-coordinate representation of color #950F92: hue angle of 301.34º 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 #950F92 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 146 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.42 |
| HSL | 301.34º | 0.82% | 0.32% | - |
| HSV(B) | 301.34º | 0.9% | 0.58% | - |
| XYZ | 17.75 | 8.81 | 27.96 | - |
| YUV | 70 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 146 | 0 | 0.90 | 0.02 | 0.42 | 301.34 | 0.82 | 0.32 |
| Hex | 95 | F | 92 | 0 | 5A | 2 | 2A | 12D | 52 | 20 |
| Octal | 225 | 17 | 222 | 0 | 132 | 2 | 52 | 455 | 122 | 40 |
| Binary | 10010101 | 1111 | 10010010 | 0 | 1011010 | 10 | 101010 | 100101101 | 1010010 | 100000 |
Color Harmonies of #950F92
Complementary color
Monochromatic Colors of #950F92
Black with #950F92
Text Example
Text Example
White with #950F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F92; }
p { color: rgb(149,15,146); }
H1.HeaderClassName
{
color: #950F92;
}
.AnyTagClassName
{
color: #950F92;
}
</style>
background-color css
<style>
a { background-color: #950F92; }
a { background-color: rgb(149,15,146); }
div.DivClassName
{
background-color: #950F92;
}
.BgClassName
{
background-color: #950F92;
}
</style>
border-color css
<style>
span { border-color: #950F92; }
span { border-color: rgb(149,15,146); }
td.TdClassName
{
border-color: #950F92;
}
.TagClassName
{
border-color: #950F92;
}
</style>