Shades of Medium Purple #957DED
Tints of Medium Purple #957DED
RGB
CMYK
RGB Variations
Color information
#957DED (or 0x957DED) is known color: Medium Purple. HEX triplet: 95, 7D and ED. RGB value is (149,125,237). Sum of RGB (Red+Green+Blue) = 149+125+237=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #957DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957DED is #6A8212. Grayscale: #909090. Windows color (decimal): -6980115 or 15564181. OLE color: 15564181.
HSL color Cylindrical-coordinate representation of color #957DED: hue angle of 252.86º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957DED is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 125 | 237 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.07 |
| HSL | 252.86º | 0.76% | 0.71% | - |
| HSV(B) | 252.86º | 0.47% | 0.93% | - |
| XYZ | 35.01 | 27.17 | 83.52 | - |
| YUV | 144.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 237 | 0.37 | 0.47 | 0 | 0.07 | 252.86 | 0.76 | 0.71 |
| Hex | 95 | 7D | ED | 25 | 2F | 0 | 7 | FD | 4C | 47 |
| Octal | 225 | 175 | 355 | 45 | 57 | 0 | 7 | 375 | 114 | 107 |
| Binary | 10010101 | 1111101 | 11101101 | 100101 | 101111 | 0 | 111 | 11111101 | 1001100 | 1000111 |
Color Harmonies of #957DED
Complementary color
Monochromatic Colors of #957DED
Black with #957DED
Text Example
Text Example
White with #957DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DED; }
p { color: rgb(149,125,237); }
H1.HeaderClassName
{
color: #957DED;
}
.AnyTagClassName
{
color: #957DED;
}
</style>
background-color css
<style>
a { background-color: #957DED; }
a { background-color: rgb(149,125,237); }
div.DivClassName
{
background-color: #957DED;
}
.BgClassName
{
background-color: #957DED;
}
</style>
border-color css
<style>
span { border-color: #957DED; }
span { border-color: rgb(149,125,237); }
td.TdClassName
{
border-color: #957DED;
}
.TagClassName
{
border-color: #957DED;
}
</style>