Shades of Dark Purple #952C75
Tints of Dark Purple #952C75
RGB
CMYK
RGB Variations
Color information
#952C75 (or 0x952C75) is known color: Dark Purple. HEX triplet: 95, 2C and 75. RGB value is (149,44,117). Sum of RGB (Red+Green+Blue) = 149+44+117=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C75 is #6AD38A. Grayscale: #535353. Windows color (decimal): -7000971 or 7679125. OLE color: 7679125.
HSL color Cylindrical-coordinate representation of color #952C75: hue angle of 318.29º 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 #952C75 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 117 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.42 |
| HSL | 318.29º | 0.54% | 0.38% | - |
| HSV(B) | 318.29º | 0.7% | 0.58% | - |
| XYZ | 16.51 | 9.48 | 17.79 | - |
| YUV | 83.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 117 | 0 | 0.70 | 0.21 | 0.42 | 318.29 | 0.54 | 0.38 |
| Hex | 95 | 2C | 75 | 0 | 46 | 15 | 2A | 13E | 36 | 26 |
| Octal | 225 | 54 | 165 | 0 | 106 | 25 | 52 | 476 | 66 | 46 |
| Binary | 10010101 | 101100 | 1110101 | 0 | 1000110 | 10101 | 101010 | 100111110 | 110110 | 100110 |
Color Harmonies of #952C75
Complementary color
Monochromatic Colors of #952C75
Black with #952C75
Text Example
Text Example
White with #952C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C75; }
p { color: rgb(149,44,117); }
H1.HeaderClassName
{
color: #952C75;
}
.AnyTagClassName
{
color: #952C75;
}
</style>
background-color css
<style>
a { background-color: #952C75; }
a { background-color: rgb(149,44,117); }
div.DivClassName
{
background-color: #952C75;
}
.BgClassName
{
background-color: #952C75;
}
</style>
border-color css
<style>
span { border-color: #952C75; }
span { border-color: rgb(149,44,117); }
td.TdClassName
{
border-color: #952C75;
}
.TagClassName
{
border-color: #952C75;
}
</style>