Shades of Medium Purple #957EEA
Tints of Medium Purple #957EEA
RGB
CMYK
RGB Variations
Color information
#957EEA (or 0x957EEA) is known color: Medium Purple. HEX triplet: 95, 7E and EA. RGB value is (149,126,234). Sum of RGB (Red+Green+Blue) = 149+126+234=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #957EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EEA is #6A8115. Grayscale: #909090. Windows color (decimal): -6979862 or 15367829. OLE color: 15367829.
HSL color Cylindrical-coordinate representation of color #957EEA: hue angle of 252.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #957EEA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 126 | 234 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.08 |
| HSL | 252.78º | 0.72% | 0.71% | - |
| HSV(B) | 252.78º | 0.46% | 0.92% | - |
| XYZ | 34.71 | 27.25 | 81.27 | - |
| YUV | 145.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 234 | 0.36 | 0.46 | 0 | 0.08 | 252.78 | 0.72 | 0.71 |
| Hex | 95 | 7E | EA | 24 | 2E | 0 | 8 | FD | 48 | 47 |
| Octal | 225 | 176 | 352 | 44 | 56 | 0 | 10 | 375 | 110 | 107 |
| Binary | 10010101 | 1111110 | 11101010 | 100100 | 101110 | 0 | 1000 | 11111101 | 1001000 | 1000111 |
Color Harmonies of #957EEA
Complementary color
Monochromatic Colors of #957EEA
Black with #957EEA
Text Example
Text Example
White with #957EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EEA; }
p { color: rgb(149,126,234); }
H1.HeaderClassName
{
color: #957EEA;
}
.AnyTagClassName
{
color: #957EEA;
}
</style>
background-color css
<style>
a { background-color: #957EEA; }
a { background-color: rgb(149,126,234); }
div.DivClassName
{
background-color: #957EEA;
}
.BgClassName
{
background-color: #957EEA;
}
</style>
border-color css
<style>
span { border-color: #957EEA; }
span { border-color: rgb(149,126,234); }
td.TdClassName
{
border-color: #957EEA;
}
.TagClassName
{
border-color: #957EEA;
}
</style>