Shades of Dark Purple #952385
Tints of Dark Purple #952385
RGB
CMYK
RGB Variations
Color information
#952385 (or 0x952385) is known color: Dark Purple. HEX triplet: 95, 23 and 85. RGB value is (149,35,133). Sum of RGB (Red+Green+Blue) = 149+35+133=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952385 is #6ADC7A. Grayscale: #4F4F4F. Windows color (decimal): -7003259 or 8725397. OLE color: 8725397.
HSL color Cylindrical-coordinate representation of color #952385: hue angle of 308.42º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952385 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 133 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.42 |
| HSL | 308.42º | 0.62% | 0.36% | - |
| HSV(B) | 308.42º | 0.77% | 0.58% | - |
| XYZ | 17.23 | 9.29 | 23.07 | - |
| YUV | 80.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 133 | 0 | 0.77 | 0.11 | 0.42 | 308.42 | 0.62 | 0.36 |
| Hex | 95 | 23 | 85 | 0 | 4D | B | 2A | 134 | 3E | 24 |
| Octal | 225 | 43 | 205 | 0 | 115 | 13 | 52 | 464 | 76 | 44 |
| Binary | 10010101 | 100011 | 10000101 | 0 | 1001101 | 1011 | 101010 | 100110100 | 111110 | 100100 |
Color Harmonies of #952385
Complementary color
Monochromatic Colors of #952385
Black with #952385
Text Example
Text Example
White with #952385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952385; }
p { color: rgb(149,35,133); }
H1.HeaderClassName
{
color: #952385;
}
.AnyTagClassName
{
color: #952385;
}
</style>
background-color css
<style>
a { background-color: #952385; }
a { background-color: rgb(149,35,133); }
div.DivClassName
{
background-color: #952385;
}
.BgClassName
{
background-color: #952385;
}
</style>
border-color css
<style>
span { border-color: #952385; }
span { border-color: rgb(149,35,133); }
td.TdClassName
{
border-color: #952385;
}
.TagClassName
{
border-color: #952385;
}
</style>