Shades of Dark Purple #952C76
Tints of Dark Purple #952C76
RGB
CMYK
RGB Variations
Color information
#952C76 (or 0x952C76) is known color: Dark Purple. HEX triplet: 95, 2C and 76. RGB value is (149,44,118). Sum of RGB (Red+Green+Blue) = 149+44+118=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C76 is #6AD389. Grayscale: #535353. Windows color (decimal): -7000970 or 7744661. OLE color: 7744661.
HSL color Cylindrical-coordinate representation of color #952C76: hue angle of 317.71º 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 #952C76 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 118 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.42 |
| HSL | 317.71º | 0.54% | 0.38% | - |
| HSV(B) | 317.71º | 0.7% | 0.58% | - |
| XYZ | 16.57 | 9.5 | 18.1 | - |
| YUV | 83.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 118 | 0 | 0.70 | 0.21 | 0.42 | 317.71 | 0.54 | 0.38 |
| Hex | 95 | 2C | 76 | 0 | 46 | 15 | 2A | 13E | 36 | 26 |
| Octal | 225 | 54 | 166 | 0 | 106 | 25 | 52 | 476 | 66 | 46 |
| Binary | 10010101 | 101100 | 1110110 | 0 | 1000110 | 10101 | 101010 | 100111110 | 110110 | 100110 |
Color Harmonies of #952C76
Complementary color
Monochromatic Colors of #952C76
Black with #952C76
Text Example
Text Example
White with #952C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C76; }
p { color: rgb(149,44,118); }
H1.HeaderClassName
{
color: #952C76;
}
.AnyTagClassName
{
color: #952C76;
}
</style>
background-color css
<style>
a { background-color: #952C76; }
a { background-color: rgb(149,44,118); }
div.DivClassName
{
background-color: #952C76;
}
.BgClassName
{
background-color: #952C76;
}
</style>
border-color css
<style>
span { border-color: #952C76; }
span { border-color: rgb(149,44,118); }
td.TdClassName
{
border-color: #952C76;
}
.TagClassName
{
border-color: #952C76;
}
</style>