Shades of Medium Purple #957DE0
Tints of Medium Purple #957DE0
RGB
CMYK
RGB Variations
Color information
#957DE0 (or 0x957DE0) is known color: Medium Purple. HEX triplet: 95, 7D and E0. RGB value is (149,125,224). Sum of RGB (Red+Green+Blue) = 149+125+224=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #957DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DE0 is #6A821F. Grayscale: #8F8F8F. Windows color (decimal): -6980128 or 14712213. OLE color: 14712213.
HSL color Cylindrical-coordinate representation of color #957DE0: hue angle of 254.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957DE0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 125 | 224 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.12 |
| HSL | 254.55º | 0.61% | 0.68% | - |
| HSV(B) | 254.55º | 0.44% | 0.88% | - |
| XYZ | 33.18 | 26.44 | 73.88 | - |
| YUV | 143.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 224 | 0.33 | 0.44 | 0 | 0.12 | 254.55 | 0.61 | 0.68 |
| Hex | 95 | 7D | E0 | 21 | 2C | 0 | C | FF | 3D | 44 |
| Octal | 225 | 175 | 340 | 41 | 54 | 0 | 14 | 377 | 75 | 104 |
| Binary | 10010101 | 1111101 | 11100000 | 100001 | 101100 | 0 | 1100 | 11111111 | 111101 | 1000100 |
Color Harmonies of #957DE0
Complementary color
Monochromatic Colors of #957DE0
Black with #957DE0
Text Example
Text Example
White with #957DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DE0; }
p { color: rgb(149,125,224); }
H1.HeaderClassName
{
color: #957DE0;
}
.AnyTagClassName
{
color: #957DE0;
}
</style>
background-color css
<style>
a { background-color: #957DE0; }
a { background-color: rgb(149,125,224); }
div.DivClassName
{
background-color: #957DE0;
}
.BgClassName
{
background-color: #957DE0;
}
</style>
border-color css
<style>
span { border-color: #957DE0; }
span { border-color: rgb(149,125,224); }
td.TdClassName
{
border-color: #957DE0;
}
.TagClassName
{
border-color: #957DE0;
}
</style>