Shades of Medium Purple #957CED
Tints of Medium Purple #957CED
RGB
CMYK
RGB Variations
Color information
#957CED (or 0x957CED) is known color: Medium Purple. HEX triplet: 95, 7C and ED. RGB value is (149,124,237). Sum of RGB (Red+Green+Blue) = 149+124+237=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #957CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CED is #6A8312. Grayscale: #8F8F8F. Windows color (decimal): -6980371 or 15563925. OLE color: 15563925.
HSL color Cylindrical-coordinate representation of color #957CED: hue angle of 253.27º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957CED is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 124 | 237 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.07 |
| HSL | 253.27º | 0.76% | 0.71% | - |
| HSV(B) | 253.27º | 0.48% | 0.93% | - |
| XYZ | 34.89 | 26.92 | 83.48 | - |
| YUV | 144.36 | 180.28 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 237 | 0.37 | 0.48 | 0 | 0.07 | 253.27 | 0.76 | 0.71 |
| Hex | 95 | 7C | ED | 25 | 30 | 0 | 7 | FD | 4C | 47 |
| Octal | 225 | 174 | 355 | 45 | 60 | 0 | 7 | 375 | 114 | 107 |
| Binary | 10010101 | 1111100 | 11101101 | 100101 | 110000 | 0 | 111 | 11111101 | 1001100 | 1000111 |
Color Harmonies of #957CED
Complementary color
Monochromatic Colors of #957CED
Black with #957CED
Text Example
Text Example
White with #957CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CED; }
p { color: rgb(149,124,237); }
H1.HeaderClassName
{
color: #957CED;
}
.AnyTagClassName
{
color: #957CED;
}
</style>
background-color css
<style>
a { background-color: #957CED; }
a { background-color: rgb(149,124,237); }
div.DivClassName
{
background-color: #957CED;
}
.BgClassName
{
background-color: #957CED;
}
</style>
border-color css
<style>
span { border-color: #957CED; }
span { border-color: rgb(149,124,237); }
td.TdClassName
{
border-color: #957CED;
}
.TagClassName
{
border-color: #957CED;
}
</style>