Shades of Dark Magenta #950C84
Tints of Dark Magenta #950C84
RGB
CMYK
RGB Variations
Color information
#950C84 (or 0x950C84) is known color: Dark Magenta. HEX triplet: 95, 0C and 84. RGB value is (149,12,132). Sum of RGB (Red+Green+Blue) = 149+12+132=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #950C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950C84 is #6AF37B. Grayscale: #424242. Windows color (decimal): -7009148 or 8653973. OLE color: 8653973.
HSL color Cylindrical-coordinate representation of color #950C84: hue angle of 307.45º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C84 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 12 | 132 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.42 |
| HSL | 307.45º | 0.85% | 0.32% | - |
| HSV(B) | 307.45º | 0.92% | 0.58% | - |
| XYZ | 16.69 | 8.32 | 22.56 | - |
| YUV | 66.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 132 | 0 | 0.92 | 0.11 | 0.42 | 307.45 | 0.85 | 0.32 |
| Hex | 95 | C | 84 | 0 | 5C | B | 2A | 133 | 55 | 20 |
| Octal | 225 | 14 | 204 | 0 | 134 | 13 | 52 | 463 | 125 | 40 |
| Binary | 10010101 | 1100 | 10000100 | 0 | 1011100 | 1011 | 101010 | 100110011 | 1010101 | 100000 |
Color Harmonies of #950C84
Complementary color
Monochromatic Colors of #950C84
Black with #950C84
Text Example
Text Example
White with #950C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C84; }
p { color: rgb(149,12,132); }
H1.HeaderClassName
{
color: #950C84;
}
.AnyTagClassName
{
color: #950C84;
}
</style>
background-color css
<style>
a { background-color: #950C84; }
a { background-color: rgb(149,12,132); }
div.DivClassName
{
background-color: #950C84;
}
.BgClassName
{
background-color: #950C84;
}
</style>
border-color css
<style>
span { border-color: #950C84; }
span { border-color: rgb(149,12,132); }
td.TdClassName
{
border-color: #950C84;
}
.TagClassName
{
border-color: #950C84;
}
</style>