Shades of Medium Purple #957EED
Tints of Medium Purple #957EED
RGB
CMYK
RGB Variations
Color information
#957EED (or 0x957EED) is known color: Medium Purple. HEX triplet: 95, 7E and ED. RGB value is (149,126,237). Sum of RGB (Red+Green+Blue) = 149+126+237=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #957EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EED is #6A8112. Grayscale: #919191. Windows color (decimal): -6979859 or 15564437. OLE color: 15564437.
HSL color Cylindrical-coordinate representation of color #957EED: hue angle of 252.43º 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 #957EED is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 126 | 237 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.07 |
| HSL | 252.43º | 0.76% | 0.71% | - |
| HSV(B) | 252.43º | 0.47% | 0.93% | - |
| XYZ | 35.14 | 27.43 | 83.56 | - |
| YUV | 145.53 | 179.62 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 237 | 0.37 | 0.47 | 0 | 0.07 | 252.43 | 0.76 | 0.71 |
| Hex | 95 | 7E | ED | 25 | 2F | 0 | 7 | FC | 4C | 47 |
| Octal | 225 | 176 | 355 | 45 | 57 | 0 | 7 | 374 | 114 | 107 |
| Binary | 10010101 | 1111110 | 11101101 | 100101 | 101111 | 0 | 111 | 11111100 | 1001100 | 1000111 |
Color Harmonies of #957EED
Complementary color
Monochromatic Colors of #957EED
Black with #957EED
Text Example
Text Example
White with #957EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EED; }
p { color: rgb(149,126,237); }
H1.HeaderClassName
{
color: #957EED;
}
.AnyTagClassName
{
color: #957EED;
}
</style>
background-color css
<style>
a { background-color: #957EED; }
a { background-color: rgb(149,126,237); }
div.DivClassName
{
background-color: #957EED;
}
.BgClassName
{
background-color: #957EED;
}
</style>
border-color css
<style>
span { border-color: #957EED; }
span { border-color: rgb(149,126,237); }
td.TdClassName
{
border-color: #957EED;
}
.TagClassName
{
border-color: #957EED;
}
</style>