Shades of Medium Purple #957CEA
Tints of Medium Purple #957CEA
RGB
CMYK
RGB Variations
Color information
#957CEA (or 0x957CEA) is known color: Medium Purple. HEX triplet: 95, 7C and EA. RGB value is (149,124,234). Sum of RGB (Red+Green+Blue) = 149+124+234=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #957CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CEA is #6A8315. Grayscale: #8F8F8F. Windows color (decimal): -6980374 or 15367317. OLE color: 15367317.
HSL color Cylindrical-coordinate representation of color #957CEA: hue angle of 253.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957CEA is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 124 | 234 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.08 |
| HSL | 253.64º | 0.72% | 0.7% | - |
| HSV(B) | 253.64º | 0.47% | 0.92% | - |
| XYZ | 34.45 | 26.75 | 81.19 | - |
| YUV | 144.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 234 | 0.36 | 0.47 | 0 | 0.08 | 253.64 | 0.72 | 0.7 |
| Hex | 95 | 7C | EA | 24 | 2F | 0 | 8 | FE | 48 | 46 |
| Octal | 225 | 174 | 352 | 44 | 57 | 0 | 10 | 376 | 110 | 106 |
| Binary | 10010101 | 1111100 | 11101010 | 100100 | 101111 | 0 | 1000 | 11111110 | 1001000 | 1000110 |
Color Harmonies of #957CEA
Complementary color
Monochromatic Colors of #957CEA
Black with #957CEA
Text Example
Text Example
White with #957CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CEA; }
p { color: rgb(149,124,234); }
H1.HeaderClassName
{
color: #957CEA;
}
.AnyTagClassName
{
color: #957CEA;
}
</style>
background-color css
<style>
a { background-color: #957CEA; }
a { background-color: rgb(149,124,234); }
div.DivClassName
{
background-color: #957CEA;
}
.BgClassName
{
background-color: #957CEA;
}
</style>
border-color css
<style>
span { border-color: #957CEA; }
span { border-color: rgb(149,124,234); }
td.TdClassName
{
border-color: #957CEA;
}
.TagClassName
{
border-color: #957CEA;
}
</style>