Shades of Medium Purple #957FEE
Tints of Medium Purple #957FEE
RGB
CMYK
RGB Variations
Color information
#957FEE (or 0x957FEE) is known color: Medium Purple. HEX triplet: 95, 7F and EE. RGB value is (149,127,238). Sum of RGB (Red+Green+Blue) = 149+127+238=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #957FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FEE is #6A8011. Grayscale: #919191. Windows color (decimal): -6979602 or 15630229. OLE color: 15630229.
HSL color Cylindrical-coordinate representation of color #957FEE: hue angle of 251.89º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957FEE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 127 | 238 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.07 |
| HSL | 251.89º | 0.77% | 0.72% | - |
| HSV(B) | 251.89º | 0.47% | 0.93% | - |
| XYZ | 35.42 | 27.74 | 84.38 | - |
| YUV | 146.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 238 | 0.37 | 0.47 | 0 | 0.07 | 251.89 | 0.77 | 0.72 |
| Hex | 95 | 7F | EE | 25 | 2F | 0 | 7 | FC | 4D | 48 |
| Octal | 225 | 177 | 356 | 45 | 57 | 0 | 7 | 374 | 115 | 110 |
| Binary | 10010101 | 1111111 | 11101110 | 100101 | 101111 | 0 | 111 | 11111100 | 1001101 | 1001000 |
Color Harmonies of #957FEE
Complementary color
Monochromatic Colors of #957FEE
Black with #957FEE
Text Example
Text Example
White with #957FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FEE; }
p { color: rgb(149,127,238); }
H1.HeaderClassName
{
color: #957FEE;
}
.AnyTagClassName
{
color: #957FEE;
}
</style>
background-color css
<style>
a { background-color: #957FEE; }
a { background-color: rgb(149,127,238); }
div.DivClassName
{
background-color: #957FEE;
}
.BgClassName
{
background-color: #957FEE;
}
</style>
border-color css
<style>
span { border-color: #957FEE; }
span { border-color: rgb(149,127,238); }
td.TdClassName
{
border-color: #957FEE;
}
.TagClassName
{
border-color: #957FEE;
}
</style>