Shades of Medium Purple #957EE3
Tints of Medium Purple #957EE3
RGB
CMYK
RGB Variations
Color information
#957EE3 (or 0x957EE3) is known color: Medium Purple. HEX triplet: 95, 7E and E3. RGB value is (149,126,227). Sum of RGB (Red+Green+Blue) = 149+126+227=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #957EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EE3 is #6A811C. Grayscale: #909090. Windows color (decimal): -6979869 or 14909077. OLE color: 14909077.
HSL color Cylindrical-coordinate representation of color #957EE3: hue angle of 253.66º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957EE3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 126 | 227 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.11 |
| HSL | 253.66º | 0.64% | 0.69% | - |
| HSV(B) | 253.66º | 0.44% | 0.89% | - |
| XYZ | 33.72 | 26.86 | 76.08 | - |
| YUV | 144.39 | 174.62 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 227 | 0.34 | 0.44 | 0 | 0.11 | 253.66 | 0.64 | 0.69 |
| Hex | 95 | 7E | E3 | 22 | 2C | 0 | B | FE | 40 | 45 |
| Octal | 225 | 176 | 343 | 42 | 54 | 0 | 13 | 376 | 100 | 105 |
| Binary | 10010101 | 1111110 | 11100011 | 100010 | 101100 | 0 | 1011 | 11111110 | 1000000 | 1000101 |
Color Harmonies of #957EE3
Complementary color
Monochromatic Colors of #957EE3
Black with #957EE3
Text Example
Text Example
White with #957EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EE3; }
p { color: rgb(149,126,227); }
H1.HeaderClassName
{
color: #957EE3;
}
.AnyTagClassName
{
color: #957EE3;
}
</style>
background-color css
<style>
a { background-color: #957EE3; }
a { background-color: rgb(149,126,227); }
div.DivClassName
{
background-color: #957EE3;
}
.BgClassName
{
background-color: #957EE3;
}
</style>
border-color css
<style>
span { border-color: #957EE3; }
span { border-color: rgb(149,126,227); }
td.TdClassName
{
border-color: #957EE3;
}
.TagClassName
{
border-color: #957EE3;
}
</style>