Shades of Dark Purple #952C78
Tints of Dark Purple #952C78
RGB
CMYK
RGB Variations
Color information
#952C78 (or 0x952C78) is known color: Dark Purple. HEX triplet: 95, 2C and 78. RGB value is (149,44,120). Sum of RGB (Red+Green+Blue) = 149+44+120=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #952C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C78 is #6AD387. Grayscale: #535353. Windows color (decimal): -7000968 or 7875733. OLE color: 7875733.
HSL color Cylindrical-coordinate representation of color #952C78: hue angle of 316.57º 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 #952C78 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 120 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.42 |
| HSL | 316.57º | 0.54% | 0.38% | - |
| HSV(B) | 316.57º | 0.7% | 0.58% | - |
| XYZ | 16.69 | 9.55 | 18.73 | - |
| YUV | 84.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 120 | 0 | 0.70 | 0.19 | 0.42 | 316.57 | 0.54 | 0.38 |
| Hex | 95 | 2C | 78 | 0 | 46 | 13 | 2A | 13D | 36 | 26 |
| Octal | 225 | 54 | 170 | 0 | 106 | 23 | 52 | 475 | 66 | 46 |
| Binary | 10010101 | 101100 | 1111000 | 0 | 1000110 | 10011 | 101010 | 100111101 | 110110 | 100110 |
Color Harmonies of #952C78
Complementary color
Monochromatic Colors of #952C78
Black with #952C78
Text Example
Text Example
White with #952C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C78; }
p { color: rgb(149,44,120); }
H1.HeaderClassName
{
color: #952C78;
}
.AnyTagClassName
{
color: #952C78;
}
</style>
background-color css
<style>
a { background-color: #952C78; }
a { background-color: rgb(149,44,120); }
div.DivClassName
{
background-color: #952C78;
}
.BgClassName
{
background-color: #952C78;
}
</style>
border-color css
<style>
span { border-color: #952C78; }
span { border-color: rgb(149,44,120); }
td.TdClassName
{
border-color: #952C78;
}
.TagClassName
{
border-color: #952C78;
}
</style>