Shades of Dark Purple #952D85
Tints of Dark Purple #952D85
RGB
CMYK
RGB Variations
Color information
#952D85 (or 0x952D85) is known color: Dark Purple. HEX triplet: 95, 2D and 85. RGB value is (149,45,133). Sum of RGB (Red+Green+Blue) = 149+45+133=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D85 is #6AD27A. Grayscale: #555555. Windows color (decimal): -7000699 or 8727957. OLE color: 8727957.
HSL color Cylindrical-coordinate representation of color #952D85: hue angle of 309.23º 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 #952D85 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 133 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.42 |
| HSL | 309.23º | 0.54% | 0.38% | - |
| HSV(B) | 309.23º | 0.7% | 0.58% | - |
| XYZ | 17.57 | 9.96 | 23.19 | - |
| YUV | 86.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 133 | 0 | 0.70 | 0.11 | 0.42 | 309.23 | 0.54 | 0.38 |
| Hex | 95 | 2D | 85 | 0 | 46 | B | 2A | 135 | 36 | 26 |
| Octal | 225 | 55 | 205 | 0 | 106 | 13 | 52 | 465 | 66 | 46 |
| Binary | 10010101 | 101101 | 10000101 | 0 | 1000110 | 1011 | 101010 | 100110101 | 110110 | 100110 |
Color Harmonies of #952D85
Complementary color
Monochromatic Colors of #952D85
Black with #952D85
Text Example
Text Example
White with #952D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D85; }
p { color: rgb(149,45,133); }
H1.HeaderClassName
{
color: #952D85;
}
.AnyTagClassName
{
color: #952D85;
}
</style>
background-color css
<style>
a { background-color: #952D85; }
a { background-color: rgb(149,45,133); }
div.DivClassName
{
background-color: #952D85;
}
.BgClassName
{
background-color: #952D85;
}
</style>
border-color css
<style>
span { border-color: #952D85; }
span { border-color: rgb(149,45,133); }
td.TdClassName
{
border-color: #952D85;
}
.TagClassName
{
border-color: #952D85;
}
</style>