Shades of Dark Purple #953A82
Tints of Dark Purple #953A82
RGB
CMYK
RGB Variations
Color information
#953A82 (or 0x953A82) is known color: Dark Purple. HEX triplet: 95, 3A and 82. RGB value is (149,58,130). Sum of RGB (Red+Green+Blue) = 149+58+130=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A82 is #6AC57D. Grayscale: #5D5D5D. Windows color (decimal): -6997374 or 8534677. OLE color: 8534677.
HSL color Cylindrical-coordinate representation of color #953A82: hue angle of 312.53º 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 #953A82 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 130 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.42 |
| HSL | 312.53º | 0.44% | 0.41% | - |
| HSV(B) | 312.53º | 0.61% | 0.58% | - |
| XYZ | 17.94 | 11.03 | 22.3 | - |
| YUV | 93.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 130 | 0 | 0.61 | 0.13 | 0.42 | 312.53 | 0.44 | 0.41 |
| Hex | 95 | 3A | 82 | 0 | 3D | D | 2A | 139 | 2C | 29 |
| Octal | 225 | 72 | 202 | 0 | 75 | 15 | 52 | 471 | 54 | 51 |
| Binary | 10010101 | 111010 | 10000010 | 0 | 111101 | 1101 | 101010 | 100111001 | 101100 | 101001 |
Color Harmonies of #953A82
Complementary color
Monochromatic Colors of #953A82
Black with #953A82
Text Example
Text Example
White with #953A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A82; }
p { color: rgb(149,58,130); }
H1.HeaderClassName
{
color: #953A82;
}
.AnyTagClassName
{
color: #953A82;
}
</style>
background-color css
<style>
a { background-color: #953A82; }
a { background-color: rgb(149,58,130); }
div.DivClassName
{
background-color: #953A82;
}
.BgClassName
{
background-color: #953A82;
}
</style>
border-color css
<style>
span { border-color: #953A82; }
span { border-color: rgb(149,58,130); }
td.TdClassName
{
border-color: #953A82;
}
.TagClassName
{
border-color: #953A82;
}
</style>