Shades of Dark Purple #953F7D
Tints of Dark Purple #953F7D
RGB
CMYK
RGB Variations
Color information
#953F7D (or 0x953F7D) is known color: Dark Purple. HEX triplet: 95, 3F and 7D. RGB value is (149,63,125). Sum of RGB (Red+Green+Blue) = 149+63+125=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953F7D is #6AC082. Grayscale: #5F5F5F. Windows color (decimal): -6996099 or 8208277. OLE color: 8208277.
HSL color Cylindrical-coordinate representation of color #953F7D: hue angle of 316.74º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953F7D is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 125 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.42 |
| HSL | 316.74º | 0.41% | 0.42% | - |
| HSV(B) | 316.74º | 0.58% | 0.58% | - |
| XYZ | 17.87 | 11.43 | 20.67 | - |
| YUV | 95.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 125 | 0 | 0.58 | 0.16 | 0.42 | 316.74 | 0.41 | 0.42 |
| Hex | 95 | 3F | 7D | 0 | 3A | 10 | 2A | 13D | 29 | 2A |
| Octal | 225 | 77 | 175 | 0 | 72 | 20 | 52 | 475 | 51 | 52 |
| Binary | 10010101 | 111111 | 1111101 | 0 | 111010 | 10000 | 101010 | 100111101 | 101001 | 101010 |
Color Harmonies of #953F7D
Complementary color
Monochromatic Colors of #953F7D
Black with #953F7D
Text Example
Text Example
White with #953F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F7D; }
p { color: rgb(149,63,125); }
H1.HeaderClassName
{
color: #953F7D;
}
.AnyTagClassName
{
color: #953F7D;
}
</style>
background-color css
<style>
a { background-color: #953F7D; }
a { background-color: rgb(149,63,125); }
div.DivClassName
{
background-color: #953F7D;
}
.BgClassName
{
background-color: #953F7D;
}
</style>
border-color css
<style>
span { border-color: #953F7D; }
span { border-color: rgb(149,63,125); }
td.TdClassName
{
border-color: #953F7D;
}
.TagClassName
{
border-color: #953F7D;
}
</style>