Shades of Dark Purple #953C7B
Tints of Dark Purple #953C7B
RGB
CMYK
RGB Variations
Color information
#953C7B (or 0x953C7B) is known color: Dark Purple. HEX triplet: 95, 3C and 7B. RGB value is (149,60,123). Sum of RGB (Red+Green+Blue) = 149+60+123=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #953C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C7B is #6AC384. Grayscale: #5D5D5D. Windows color (decimal): -6996869 or 8076437. OLE color: 8076437.
HSL color Cylindrical-coordinate representation of color #953C7B: hue angle of 317.53º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C7B is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 123 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.42 |
| HSL | 317.53º | 0.43% | 0.41% | - |
| HSV(B) | 317.53º | 0.6% | 0.58% | - |
| XYZ | 17.59 | 11.05 | 19.95 | - |
| YUV | 93.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 123 | 0 | 0.60 | 0.17 | 0.42 | 317.53 | 0.43 | 0.41 |
| Hex | 95 | 3C | 7B | 0 | 3C | 11 | 2A | 13E | 2B | 29 |
| Octal | 225 | 74 | 173 | 0 | 74 | 21 | 52 | 476 | 53 | 51 |
| Binary | 10010101 | 111100 | 1111011 | 0 | 111100 | 10001 | 101010 | 100111110 | 101011 | 101001 |
Color Harmonies of #953C7B
Complementary color
Monochromatic Colors of #953C7B
Black with #953C7B
Text Example
Text Example
White with #953C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C7B; }
p { color: rgb(149,60,123); }
H1.HeaderClassName
{
color: #953C7B;
}
.AnyTagClassName
{
color: #953C7B;
}
</style>
background-color css
<style>
a { background-color: #953C7B; }
a { background-color: rgb(149,60,123); }
div.DivClassName
{
background-color: #953C7B;
}
.BgClassName
{
background-color: #953C7B;
}
</style>
border-color css
<style>
span { border-color: #953C7B; }
span { border-color: rgb(149,60,123); }
td.TdClassName
{
border-color: #953C7B;
}
.TagClassName
{
border-color: #953C7B;
}
</style>