Shades of Dark Purple #953A7A
Tints of Dark Purple #953A7A
RGB
CMYK
RGB Variations
Color information
#953A7A (or 0x953A7A) is known color: Dark Purple. HEX triplet: 95, 3A and 7A. RGB value is (149,58,122). Sum of RGB (Red+Green+Blue) = 149+58+122=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #953A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A7A is #6AC585. Grayscale: #5C5C5C. Windows color (decimal): -6997382 or 8010389. OLE color: 8010389.
HSL color Cylindrical-coordinate representation of color #953A7A: hue angle of 317.8º 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 #953A7A is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 122 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.42 |
| HSL | 317.8º | 0.44% | 0.41% | - |
| HSV(B) | 317.8º | 0.61% | 0.58% | - |
| XYZ | 17.42 | 10.82 | 19.58 | - |
| YUV | 92.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 122 | 0 | 0.61 | 0.18 | 0.42 | 317.8 | 0.44 | 0.41 |
| Hex | 95 | 3A | 7A | 0 | 3D | 12 | 2A | 13E | 2C | 29 |
| Octal | 225 | 72 | 172 | 0 | 75 | 22 | 52 | 476 | 54 | 51 |
| Binary | 10010101 | 111010 | 1111010 | 0 | 111101 | 10010 | 101010 | 100111110 | 101100 | 101001 |
Color Harmonies of #953A7A
Complementary color
Monochromatic Colors of #953A7A
Black with #953A7A
Text Example
Text Example
White with #953A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A7A; }
p { color: rgb(149,58,122); }
H1.HeaderClassName
{
color: #953A7A;
}
.AnyTagClassName
{
color: #953A7A;
}
</style>
background-color css
<style>
a { background-color: #953A7A; }
a { background-color: rgb(149,58,122); }
div.DivClassName
{
background-color: #953A7A;
}
.BgClassName
{
background-color: #953A7A;
}
</style>
border-color css
<style>
span { border-color: #953A7A; }
span { border-color: rgb(149,58,122); }
td.TdClassName
{
border-color: #953A7A;
}
.TagClassName
{
border-color: #953A7A;
}
</style>