Shades of Dark Purple #952C8D
Tints of Dark Purple #952C8D
RGB
CMYK
RGB Variations
Color information
#952C8D (or 0x952C8D) is known color: Dark Purple. HEX triplet: 95, 2C and 8D. RGB value is (149,44,141). Sum of RGB (Red+Green+Blue) = 149+44+141=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C8D is #6AD372. Grayscale: #565656. Windows color (decimal): -7000947 or 9251989. OLE color: 9251989.
HSL color Cylindrical-coordinate representation of color #952C8D: hue angle of 304.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 #952C8D is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 141 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.42 |
| HSL | 304.57º | 0.54% | 0.38% | - |
| HSV(B) | 304.57º | 0.7% | 0.58% | - |
| XYZ | 18.1 | 10.11 | 26.2 | - |
| YUV | 86.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 141 | 0 | 0.70 | 0.05 | 0.42 | 304.57 | 0.54 | 0.38 |
| Hex | 95 | 2C | 8D | 0 | 46 | 5 | 2A | 131 | 36 | 26 |
| Octal | 225 | 54 | 215 | 0 | 106 | 5 | 52 | 461 | 66 | 46 |
| Binary | 10010101 | 101100 | 10001101 | 0 | 1000110 | 101 | 101010 | 100110001 | 110110 | 100110 |
Color Harmonies of #952C8D
Complementary color
Monochromatic Colors of #952C8D
Black with #952C8D
Text Example
Text Example
White with #952C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C8D; }
p { color: rgb(149,44,141); }
H1.HeaderClassName
{
color: #952C8D;
}
.AnyTagClassName
{
color: #952C8D;
}
</style>
background-color css
<style>
a { background-color: #952C8D; }
a { background-color: rgb(149,44,141); }
div.DivClassName
{
background-color: #952C8D;
}
.BgClassName
{
background-color: #952C8D;
}
</style>
border-color css
<style>
span { border-color: #952C8D; }
span { border-color: rgb(149,44,141); }
td.TdClassName
{
border-color: #952C8D;
}
.TagClassName
{
border-color: #952C8D;
}
</style>