Shades of Dark Magenta #950FAC
Tints of Dark Magenta #950FAC
RGB
CMYK
RGB Variations
Color information
#950FAC (or 0x950FAC) is known color: Dark Magenta. HEX triplet: 95, 0F and AC. RGB value is (149,15,172). Sum of RGB (Red+Green+Blue) = 149+15+172=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #950FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950FAC is #6AF053. Grayscale: #484848. Windows color (decimal): -7008340 or 11276181. OLE color: 11276181.
HSL color Cylindrical-coordinate representation of color #950FAC: hue angle of 291.21º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950FAC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 15 | 172 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.33 |
| HSL | 291.21º | 0.84% | 0.37% | - |
| HSV(B) | 291.21º | 0.91% | 0.67% | - |
| XYZ | 20.01 | 9.71 | 39.85 | - |
| YUV | 72.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 172 | 0.13 | 0.91 | 0 | 0.33 | 291.21 | 0.84 | 0.37 |
| Hex | 95 | F | AC | D | 5B | 0 | 21 | 123 | 54 | 25 |
| Octal | 225 | 17 | 254 | 15 | 133 | 0 | 41 | 443 | 124 | 45 |
| Binary | 10010101 | 1111 | 10101100 | 1101 | 1011011 | 0 | 100001 | 100100011 | 1010100 | 100101 |
Color Harmonies of #950FAC
Complementary color
Monochromatic Colors of #950FAC
Black with #950FAC
Text Example
Text Example
White with #950FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950FAC; }
p { color: rgb(149,15,172); }
H1.HeaderClassName
{
color: #950FAC;
}
.AnyTagClassName
{
color: #950FAC;
}
</style>
background-color css
<style>
a { background-color: #950FAC; }
a { background-color: rgb(149,15,172); }
div.DivClassName
{
background-color: #950FAC;
}
.BgClassName
{
background-color: #950FAC;
}
</style>
border-color css
<style>
span { border-color: #950FAC; }
span { border-color: rgb(149,15,172); }
td.TdClassName
{
border-color: #950FAC;
}
.TagClassName
{
border-color: #950FAC;
}
</style>