Shades of Medium Purple #957DE3
Tints of Medium Purple #957DE3
RGB
CMYK
RGB Variations
Color information
#957DE3 (or 0x957DE3) is known color: Medium Purple. HEX triplet: 95, 7D and E3. RGB value is (149,125,227). Sum of RGB (Red+Green+Blue) = 149+125+227=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #957DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DE3 is #6A821C. Grayscale: #8F8F8F. Windows color (decimal): -6980125 or 14908821. OLE color: 14908821.
HSL color Cylindrical-coordinate representation of color #957DE3: hue angle of 254.12º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957DE3 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 125 | 227 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.11 |
| HSL | 254.12º | 0.65% | 0.69% | - |
| HSV(B) | 254.12º | 0.45% | 0.89% | - |
| XYZ | 33.59 | 26.6 | 76.04 | - |
| YUV | 143.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 227 | 0.34 | 0.45 | 0 | 0.11 | 254.12 | 0.65 | 0.69 |
| Hex | 95 | 7D | E3 | 22 | 2D | 0 | B | FE | 41 | 45 |
| Octal | 225 | 175 | 343 | 42 | 55 | 0 | 13 | 376 | 101 | 105 |
| Binary | 10010101 | 1111101 | 11100011 | 100010 | 101101 | 0 | 1011 | 11111110 | 1000001 | 1000101 |
Color Harmonies of #957DE3
Complementary color
Monochromatic Colors of #957DE3
Black with #957DE3
Text Example
Text Example
White with #957DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DE3; }
p { color: rgb(149,125,227); }
H1.HeaderClassName
{
color: #957DE3;
}
.AnyTagClassName
{
color: #957DE3;
}
</style>
background-color css
<style>
a { background-color: #957DE3; }
a { background-color: rgb(149,125,227); }
div.DivClassName
{
background-color: #957DE3;
}
.BgClassName
{
background-color: #957DE3;
}
</style>
border-color css
<style>
span { border-color: #957DE3; }
span { border-color: rgb(149,125,227); }
td.TdClassName
{
border-color: #957DE3;
}
.TagClassName
{
border-color: #957DE3;
}
</style>