Shades of Dark Purple #953A81
Tints of Dark Purple #953A81
RGB
CMYK
RGB Variations
Color information
#953A81 (or 0x953A81) is known color: Dark Purple. HEX triplet: 95, 3A and 81. RGB value is (149,58,129). Sum of RGB (Red+Green+Blue) = 149+58+129=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #953A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A81 is #6AC57E. Grayscale: #5D5D5D. Windows color (decimal): -6997375 or 8469141. OLE color: 8469141.
HSL color Cylindrical-coordinate representation of color #953A81: hue angle of 313.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A81 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 129 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.42 |
| HSL | 313.19º | 0.44% | 0.41% | - |
| HSV(B) | 313.19º | 0.61% | 0.58% | - |
| XYZ | 17.87 | 11 | 21.95 | - |
| YUV | 93.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 129 | 0 | 0.61 | 0.13 | 0.42 | 313.19 | 0.44 | 0.41 |
| Hex | 95 | 3A | 81 | 0 | 3D | D | 2A | 139 | 2C | 29 |
| Octal | 225 | 72 | 201 | 0 | 75 | 15 | 52 | 471 | 54 | 51 |
| Binary | 10010101 | 111010 | 10000001 | 0 | 111101 | 1101 | 101010 | 100111001 | 101100 | 101001 |
Color Harmonies of #953A81
Complementary color
Monochromatic Colors of #953A81
Black with #953A81
Text Example
Text Example
White with #953A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A81; }
p { color: rgb(149,58,129); }
H1.HeaderClassName
{
color: #953A81;
}
.AnyTagClassName
{
color: #953A81;
}
</style>
background-color css
<style>
a { background-color: #953A81; }
a { background-color: rgb(149,58,129); }
div.DivClassName
{
background-color: #953A81;
}
.BgClassName
{
background-color: #953A81;
}
</style>
border-color css
<style>
span { border-color: #953A81; }
span { border-color: rgb(149,58,129); }
td.TdClassName
{
border-color: #953A81;
}
.TagClassName
{
border-color: #953A81;
}
</style>