Shades of Dark Purple #953F81
Tints of Dark Purple #953F81
RGB
CMYK
RGB Variations
Color information
#953F81 (or 0x953F81) is known color: Dark Purple. HEX triplet: 95, 3F and 81. RGB value is (149,63,129). Sum of RGB (Red+Green+Blue) = 149+63+129=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #953F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F81 is #6AC07E. Grayscale: #606060. Windows color (decimal): -6996095 or 8470421. OLE color: 8470421.
HSL color Cylindrical-coordinate representation of color #953F81: hue angle of 313.95º 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 #953F81 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 129 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.42 |
| HSL | 313.95º | 0.41% | 0.42% | - |
| HSV(B) | 313.95º | 0.58% | 0.58% | - |
| XYZ | 18.13 | 11.53 | 22.04 | - |
| YUV | 96.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 129 | 0 | 0.58 | 0.13 | 0.42 | 313.95 | 0.41 | 0.42 |
| Hex | 95 | 3F | 81 | 0 | 3A | D | 2A | 13A | 29 | 2A |
| Octal | 225 | 77 | 201 | 0 | 72 | 15 | 52 | 472 | 51 | 52 |
| Binary | 10010101 | 111111 | 10000001 | 0 | 111010 | 1101 | 101010 | 100111010 | 101001 | 101010 |
Color Harmonies of #953F81
Complementary color
Monochromatic Colors of #953F81
Black with #953F81
Text Example
Text Example
White with #953F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F81; }
p { color: rgb(149,63,129); }
H1.HeaderClassName
{
color: #953F81;
}
.AnyTagClassName
{
color: #953F81;
}
</style>
background-color css
<style>
a { background-color: #953F81; }
a { background-color: rgb(149,63,129); }
div.DivClassName
{
background-color: #953F81;
}
.BgClassName
{
background-color: #953F81;
}
</style>
border-color css
<style>
span { border-color: #953F81; }
span { border-color: rgb(149,63,129); }
td.TdClassName
{
border-color: #953F81;
}
.TagClassName
{
border-color: #953F81;
}
</style>