Shades of Dark Purple #953F85
Tints of Dark Purple #953F85
RGB
CMYK
RGB Variations
Color information
#953F85 (or 0x953F85) is known color: Dark Purple. HEX triplet: 95, 3F and 85. RGB value is (149,63,133). Sum of RGB (Red+Green+Blue) = 149+63+133=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F85 is #6AC07A. Grayscale: #606060. Windows color (decimal): -6996091 or 8732565. OLE color: 8732565.
HSL color Cylindrical-coordinate representation of color #953F85: hue angle of 311.16º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953F85 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 133 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.42 |
| HSL | 311.16º | 0.41% | 0.42% | - |
| HSV(B) | 311.16º | 0.58% | 0.58% | - |
| XYZ | 18.41 | 11.64 | 23.47 | - |
| YUV | 96.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 133 | 0 | 0.58 | 0.11 | 0.42 | 311.16 | 0.41 | 0.42 |
| Hex | 95 | 3F | 85 | 0 | 3A | B | 2A | 137 | 29 | 2A |
| Octal | 225 | 77 | 205 | 0 | 72 | 13 | 52 | 467 | 51 | 52 |
| Binary | 10010101 | 111111 | 10000101 | 0 | 111010 | 1011 | 101010 | 100110111 | 101001 | 101010 |
Color Harmonies of #953F85
Complementary color
Monochromatic Colors of #953F85
Black with #953F85
Text Example
Text Example
White with #953F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F85; }
p { color: rgb(149,63,133); }
H1.HeaderClassName
{
color: #953F85;
}
.AnyTagClassName
{
color: #953F85;
}
</style>
background-color css
<style>
a { background-color: #953F85; }
a { background-color: rgb(149,63,133); }
div.DivClassName
{
background-color: #953F85;
}
.BgClassName
{
background-color: #953F85;
}
</style>
border-color css
<style>
span { border-color: #953F85; }
span { border-color: rgb(149,63,133); }
td.TdClassName
{
border-color: #953F85;
}
.TagClassName
{
border-color: #953F85;
}
</style>