Shades of Medium Purple #957CDE
Tints of Medium Purple #957CDE
RGB
CMYK
RGB Variations
Color information
#957CDE (or 0x957CDE) is known color: Medium Purple. HEX triplet: 95, 7C and DE. RGB value is (149,124,222). Sum of RGB (Red+Green+Blue) = 149+124+222=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #957CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CDE is #6A8321. Grayscale: #8E8E8E. Windows color (decimal): -6980386 or 14580885. OLE color: 14580885.
HSL color Cylindrical-coordinate representation of color #957CDE: hue angle of 255.31º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957CDE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 124 | 222 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.13 |
| HSL | 255.31º | 0.6% | 0.68% | - |
| HSV(B) | 255.31º | 0.44% | 0.87% | - |
| XYZ | 32.79 | 26.08 | 72.41 | - |
| YUV | 142.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 222 | 0.33 | 0.44 | 0 | 0.13 | 255.31 | 0.6 | 0.68 |
| Hex | 95 | 7C | DE | 21 | 2C | 0 | D | FF | 3C | 44 |
| Octal | 225 | 174 | 336 | 41 | 54 | 0 | 15 | 377 | 74 | 104 |
| Binary | 10010101 | 1111100 | 11011110 | 100001 | 101100 | 0 | 1101 | 11111111 | 111100 | 1000100 |
Color Harmonies of #957CDE
Complementary color
Monochromatic Colors of #957CDE
Black with #957CDE
Text Example
Text Example
White with #957CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CDE; }
p { color: rgb(149,124,222); }
H1.HeaderClassName
{
color: #957CDE;
}
.AnyTagClassName
{
color: #957CDE;
}
</style>
background-color css
<style>
a { background-color: #957CDE; }
a { background-color: rgb(149,124,222); }
div.DivClassName
{
background-color: #957CDE;
}
.BgClassName
{
background-color: #957CDE;
}
</style>
border-color css
<style>
span { border-color: #957CDE; }
span { border-color: rgb(149,124,222); }
td.TdClassName
{
border-color: #957CDE;
}
.TagClassName
{
border-color: #957CDE;
}
</style>