Shades of Dark Purple #953B7E
Tints of Dark Purple #953B7E
RGB
CMYK
RGB Variations
Color information
#953B7E (or 0x953B7E) is known color: Dark Purple. HEX triplet: 95, 3B and 7E. RGB value is (149,59,126). Sum of RGB (Red+Green+Blue) = 149+59+126=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953B7E is #6AC481. Grayscale: #5D5D5D. Windows color (decimal): -6997122 or 8272789. OLE color: 8272789.
HSL color Cylindrical-coordinate representation of color #953B7E: hue angle of 315.33º 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 #953B7E is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 126 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.42 |
| HSL | 315.33º | 0.43% | 0.41% | - |
| HSV(B) | 315.33º | 0.6% | 0.58% | - |
| XYZ | 17.72 | 11.02 | 20.93 | - |
| YUV | 93.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 126 | 0 | 0.60 | 0.15 | 0.42 | 315.33 | 0.43 | 0.41 |
| Hex | 95 | 3B | 7E | 0 | 3C | F | 2A | 13B | 2B | 29 |
| Octal | 225 | 73 | 176 | 0 | 74 | 17 | 52 | 473 | 53 | 51 |
| Binary | 10010101 | 111011 | 1111110 | 0 | 111100 | 1111 | 101010 | 100111011 | 101011 | 101001 |
Color Harmonies of #953B7E
Complementary color
Monochromatic Colors of #953B7E
Black with #953B7E
Text Example
Text Example
White with #953B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B7E; }
p { color: rgb(149,59,126); }
H1.HeaderClassName
{
color: #953B7E;
}
.AnyTagClassName
{
color: #953B7E;
}
</style>
background-color css
<style>
a { background-color: #953B7E; }
a { background-color: rgb(149,59,126); }
div.DivClassName
{
background-color: #953B7E;
}
.BgClassName
{
background-color: #953B7E;
}
</style>
border-color css
<style>
span { border-color: #953B7E; }
span { border-color: rgb(149,59,126); }
td.TdClassName
{
border-color: #953B7E;
}
.TagClassName
{
border-color: #953B7E;
}
</style>