Shades of Medium Purple #957BEC
Tints of Medium Purple #957BEC
RGB
CMYK
RGB Variations
Color information
#957BEC (or 0x957BEC) is known color: Medium Purple. HEX triplet: 95, 7B and EC. RGB value is (149,123,236). Sum of RGB (Red+Green+Blue) = 149+123+236=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #957BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BEC is #6A8413. Grayscale: #8F8F8F. Windows color (decimal): -6980628 or 15498133. OLE color: 15498133.
HSL color Cylindrical-coordinate representation of color #957BEC: hue angle of 253.81º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957BEC is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 123 | 236 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.07 |
| HSL | 253.81º | 0.75% | 0.7% | - |
| HSV(B) | 253.81º | 0.48% | 0.93% | - |
| XYZ | 34.62 | 26.61 | 82.67 | - |
| YUV | 143.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 236 | 0.37 | 0.48 | 0 | 0.07 | 253.81 | 0.75 | 0.7 |
| Hex | 95 | 7B | EC | 25 | 30 | 0 | 7 | FE | 4B | 46 |
| Octal | 225 | 173 | 354 | 45 | 60 | 0 | 7 | 376 | 113 | 106 |
| Binary | 10010101 | 1111011 | 11101100 | 100101 | 110000 | 0 | 111 | 11111110 | 1001011 | 1000110 |
Color Harmonies of #957BEC
Complementary color
Monochromatic Colors of #957BEC
Black with #957BEC
Text Example
Text Example
White with #957BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BEC; }
p { color: rgb(149,123,236); }
H1.HeaderClassName
{
color: #957BEC;
}
.AnyTagClassName
{
color: #957BEC;
}
</style>
background-color css
<style>
a { background-color: #957BEC; }
a { background-color: rgb(149,123,236); }
div.DivClassName
{
background-color: #957BEC;
}
.BgClassName
{
background-color: #957BEC;
}
</style>
border-color css
<style>
span { border-color: #957BEC; }
span { border-color: rgb(149,123,236); }
td.TdClassName
{
border-color: #957BEC;
}
.TagClassName
{
border-color: #957BEC;
}
</style>