Shades of Medium Purple #957CEB
Tints of Medium Purple #957CEB
RGB
CMYK
RGB Variations
Color information
#957CEB (or 0x957CEB) is known color: Medium Purple. HEX triplet: 95, 7C and EB. RGB value is (149,124,235). Sum of RGB (Red+Green+Blue) = 149+124+235=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #957CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CEB is #6A8314. Grayscale: #8F8F8F. Windows color (decimal): -6980373 or 15432853. OLE color: 15432853.
HSL color Cylindrical-coordinate representation of color #957CEB: hue angle of 253.51º degrees, saturation: 0.74, 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 #957CEB is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 124 | 235 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.08 |
| HSL | 253.51º | 0.74% | 0.7% | - |
| HSV(B) | 253.51º | 0.47% | 0.92% | - |
| XYZ | 34.6 | 26.8 | 81.95 | - |
| YUV | 144.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 235 | 0.37 | 0.47 | 0 | 0.08 | 253.51 | 0.74 | 0.7 |
| Hex | 95 | 7C | EB | 25 | 2F | 0 | 8 | FE | 4A | 46 |
| Octal | 225 | 174 | 353 | 45 | 57 | 0 | 10 | 376 | 112 | 106 |
| Binary | 10010101 | 1111100 | 11101011 | 100101 | 101111 | 0 | 1000 | 11111110 | 1001010 | 1000110 |
Color Harmonies of #957CEB
Complementary color
Monochromatic Colors of #957CEB
Black with #957CEB
Text Example
Text Example
White with #957CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CEB; }
p { color: rgb(149,124,235); }
H1.HeaderClassName
{
color: #957CEB;
}
.AnyTagClassName
{
color: #957CEB;
}
</style>
background-color css
<style>
a { background-color: #957CEB; }
a { background-color: rgb(149,124,235); }
div.DivClassName
{
background-color: #957CEB;
}
.BgClassName
{
background-color: #957CEB;
}
</style>
border-color css
<style>
span { border-color: #957CEB; }
span { border-color: rgb(149,124,235); }
td.TdClassName
{
border-color: #957CEB;
}
.TagClassName
{
border-color: #957CEB;
}
</style>