Shades of Medium Purple #957FED
Tints of Medium Purple #957FED
RGB
CMYK
RGB Variations
Color information
#957FED (or 0x957FED) is known color: Medium Purple. HEX triplet: 95, 7F and ED. RGB value is (149,127,237). Sum of RGB (Red+Green+Blue) = 149+127+237=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #957FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FED is #6A8012. Grayscale: #919191. Windows color (decimal): -6979603 or 15564693. OLE color: 15564693.
HSL color Cylindrical-coordinate representation of color #957FED: hue angle of 252º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #957FED is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 127 | 237 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.07 |
| HSL | 252º | 0.75% | 0.71% | - |
| HSV(B) | 252º | 0.46% | 0.93% | - |
| XYZ | 35.27 | 27.68 | 83.61 | - |
| YUV | 146.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 237 | 0.37 | 0.46 | 0 | 0.07 | 252 | 0.75 | 0.71 |
| Hex | 95 | 7F | ED | 25 | 2E | 0 | 7 | FC | 4B | 47 |
| Octal | 225 | 177 | 355 | 45 | 56 | 0 | 7 | 374 | 113 | 107 |
| Binary | 10010101 | 1111111 | 11101101 | 100101 | 101110 | 0 | 111 | 11111100 | 1001011 | 1000111 |
Color Harmonies of #957FED
Complementary color
Monochromatic Colors of #957FED
Black with #957FED
Text Example
Text Example
White with #957FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FED; }
p { color: rgb(149,127,237); }
H1.HeaderClassName
{
color: #957FED;
}
.AnyTagClassName
{
color: #957FED;
}
</style>
background-color css
<style>
a { background-color: #957FED; }
a { background-color: rgb(149,127,237); }
div.DivClassName
{
background-color: #957FED;
}
.BgClassName
{
background-color: #957FED;
}
</style>
border-color css
<style>
span { border-color: #957FED; }
span { border-color: rgb(149,127,237); }
td.TdClassName
{
border-color: #957FED;
}
.TagClassName
{
border-color: #957FED;
}
</style>