Shades of Medium Purple #957CE8
Tints of Medium Purple #957CE8
RGB
CMYK
RGB Variations
Color information
#957CE8 (or 0x957CE8) is known color: Medium Purple. HEX triplet: 95, 7C and E8. RGB value is (149,124,232). Sum of RGB (Red+Green+Blue) = 149+124+232=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #957CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CE8 is #6A8317. Grayscale: #8F8F8F. Windows color (decimal): -6980376 or 15236245. OLE color: 15236245.
HSL color Cylindrical-coordinate representation of color #957CE8: hue angle of 253.89º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957CE8 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 124 | 232 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.09 |
| HSL | 253.89º | 0.7% | 0.7% | - |
| HSV(B) | 253.89º | 0.47% | 0.91% | - |
| XYZ | 34.17 | 26.63 | 79.68 | - |
| YUV | 143.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 232 | 0.36 | 0.47 | 0 | 0.09 | 253.89 | 0.7 | 0.7 |
| Hex | 95 | 7C | E8 | 24 | 2F | 0 | 9 | FE | 46 | 46 |
| Octal | 225 | 174 | 350 | 44 | 57 | 0 | 11 | 376 | 106 | 106 |
| Binary | 10010101 | 1111100 | 11101000 | 100100 | 101111 | 0 | 1001 | 11111110 | 1000110 | 1000110 |
Color Harmonies of #957CE8
Complementary color
Monochromatic Colors of #957CE8
Black with #957CE8
Text Example
Text Example
White with #957CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CE8; }
p { color: rgb(149,124,232); }
H1.HeaderClassName
{
color: #957CE8;
}
.AnyTagClassName
{
color: #957CE8;
}
</style>
background-color css
<style>
a { background-color: #957CE8; }
a { background-color: rgb(149,124,232); }
div.DivClassName
{
background-color: #957CE8;
}
.BgClassName
{
background-color: #957CE8;
}
</style>
border-color css
<style>
span { border-color: #957CE8; }
span { border-color: rgb(149,124,232); }
td.TdClassName
{
border-color: #957CE8;
}
.TagClassName
{
border-color: #957CE8;
}
</style>