Shades of Dark Purple #953A7B
Tints of Dark Purple #953A7B
RGB
CMYK
RGB Variations
Color information
#953A7B (or 0x953A7B) is known color: Dark Purple. HEX triplet: 95, 3A and 7B. RGB value is (149,58,123). Sum of RGB (Red+Green+Blue) = 149+58+123=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A7B is #6AC584. Grayscale: #5C5C5C. Windows color (decimal): -6997381 or 8075925. OLE color: 8075925.
HSL color Cylindrical-coordinate representation of color #953A7B: hue angle of 317.14º 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 #953A7B is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 123 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.42 |
| HSL | 317.14º | 0.44% | 0.41% | - |
| HSV(B) | 317.14º | 0.61% | 0.58% | - |
| XYZ | 17.48 | 10.85 | 19.91 | - |
| YUV | 92.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 123 | 0 | 0.61 | 0.17 | 0.42 | 317.14 | 0.44 | 0.41 |
| Hex | 95 | 3A | 7B | 0 | 3D | 11 | 2A | 13D | 2C | 29 |
| Octal | 225 | 72 | 173 | 0 | 75 | 21 | 52 | 475 | 54 | 51 |
| Binary | 10010101 | 111010 | 1111011 | 0 | 111101 | 10001 | 101010 | 100111101 | 101100 | 101001 |
Color Harmonies of #953A7B
Complementary color
Monochromatic Colors of #953A7B
Black with #953A7B
Text Example
Text Example
White with #953A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A7B; }
p { color: rgb(149,58,123); }
H1.HeaderClassName
{
color: #953A7B;
}
.AnyTagClassName
{
color: #953A7B;
}
</style>
background-color css
<style>
a { background-color: #953A7B; }
a { background-color: rgb(149,58,123); }
div.DivClassName
{
background-color: #953A7B;
}
.BgClassName
{
background-color: #953A7B;
}
</style>
border-color css
<style>
span { border-color: #953A7B; }
span { border-color: rgb(149,58,123); }
td.TdClassName
{
border-color: #953A7B;
}
.TagClassName
{
border-color: #953A7B;
}
</style>