Shades of Dark Purple #952C79
Tints of Dark Purple #952C79
RGB
CMYK
RGB Variations
Color information
#952C79 (or 0x952C79) is known color: Dark Purple. HEX triplet: 95, 2C and 79. RGB value is (149,44,121). Sum of RGB (Red+Green+Blue) = 149+44+121=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C79 is #6AD386. Grayscale: #535353. Windows color (decimal): -7000967 or 7941269. OLE color: 7941269.
HSL color Cylindrical-coordinate representation of color #952C79: hue angle of 316º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C79 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 121 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.42 |
| HSL | 316º | 0.54% | 0.38% | - |
| HSV(B) | 316º | 0.7% | 0.58% | - |
| XYZ | 16.75 | 9.57 | 19.05 | - |
| YUV | 84.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 121 | 0 | 0.70 | 0.19 | 0.42 | 316 | 0.54 | 0.38 |
| Hex | 95 | 2C | 79 | 0 | 46 | 13 | 2A | 13C | 36 | 26 |
| Octal | 225 | 54 | 171 | 0 | 106 | 23 | 52 | 474 | 66 | 46 |
| Binary | 10010101 | 101100 | 1111001 | 0 | 1000110 | 10011 | 101010 | 100111100 | 110110 | 100110 |
Color Harmonies of #952C79
Complementary color
Monochromatic Colors of #952C79
Black with #952C79
Text Example
Text Example
White with #952C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C79; }
p { color: rgb(149,44,121); }
H1.HeaderClassName
{
color: #952C79;
}
.AnyTagClassName
{
color: #952C79;
}
</style>
background-color css
<style>
a { background-color: #952C79; }
a { background-color: rgb(149,44,121); }
div.DivClassName
{
background-color: #952C79;
}
.BgClassName
{
background-color: #952C79;
}
</style>
border-color css
<style>
span { border-color: #952C79; }
span { border-color: rgb(149,44,121); }
td.TdClassName
{
border-color: #952C79;
}
.TagClassName
{
border-color: #952C79;
}
</style>