Shades of Dark Purple #952985
Tints of Dark Purple #952985
RGB
CMYK
RGB Variations
Color information
#952985 (or 0x952985) is known color: Dark Purple. HEX triplet: 95, 29 and 85. RGB value is (149,41,133). Sum of RGB (Red+Green+Blue) = 149+41+133=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952985 is #6AD67A. Grayscale: #535353. Windows color (decimal): -7001723 or 8726933. OLE color: 8726933.
HSL color Cylindrical-coordinate representation of color #952985: hue angle of 308.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952985 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 133 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.42 |
| HSL | 308.89º | 0.57% | 0.37% | - |
| HSV(B) | 308.89º | 0.72% | 0.58% | - |
| XYZ | 17.42 | 9.67 | 23.14 | - |
| YUV | 83.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 133 | 0 | 0.72 | 0.11 | 0.42 | 308.89 | 0.57 | 0.37 |
| Hex | 95 | 29 | 85 | 0 | 48 | B | 2A | 135 | 39 | 25 |
| Octal | 225 | 51 | 205 | 0 | 110 | 13 | 52 | 465 | 71 | 45 |
| Binary | 10010101 | 101001 | 10000101 | 0 | 1001000 | 1011 | 101010 | 100110101 | 111001 | 100101 |
Color Harmonies of #952985
Complementary color
Monochromatic Colors of #952985
Black with #952985
Text Example
Text Example
White with #952985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952985; }
p { color: rgb(149,41,133); }
H1.HeaderClassName
{
color: #952985;
}
.AnyTagClassName
{
color: #952985;
}
</style>
background-color css
<style>
a { background-color: #952985; }
a { background-color: rgb(149,41,133); }
div.DivClassName
{
background-color: #952985;
}
.BgClassName
{
background-color: #952985;
}
</style>
border-color css
<style>
span { border-color: #952985; }
span { border-color: rgb(149,41,133); }
td.TdClassName
{
border-color: #952985;
}
.TagClassName
{
border-color: #952985;
}
</style>