Shades of Medium Purple #957ED3
Tints of Medium Purple #957ED3
RGB
CMYK
RGB Variations
Color information
#957ED3 (or 0x957ED3) is known color: Medium Purple. HEX triplet: 95, 7E and D3. RGB value is (149,126,211). Sum of RGB (Red+Green+Blue) = 149+126+211=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #957ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ED3 is #6A812C. Grayscale: #8E8E8E. Windows color (decimal): -6979885 or 13860501. OLE color: 13860501.
HSL color Cylindrical-coordinate representation of color #957ED3: hue angle of 256.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957ED3 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 126 | 211 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.17 |
| HSL | 256.24º | 0.49% | 0.66% | - |
| HSV(B) | 256.24º | 0.4% | 0.83% | - |
| XYZ | 31.61 | 26.01 | 64.98 | - |
| YUV | 142.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 211 | 0.29 | 0.40 | 0 | 0.17 | 256.24 | 0.49 | 0.66 |
| Hex | 95 | 7E | D3 | 1D | 28 | 0 | 11 | 100 | 31 | 42 |
| Octal | 225 | 176 | 323 | 35 | 50 | 0 | 21 | 400 | 61 | 102 |
| Binary | 10010101 | 1111110 | 11010011 | 11101 | 101000 | 0 | 10001 | 100000000 | 110001 | 1000010 |
Color Harmonies of #957ED3
Complementary color
Monochromatic Colors of #957ED3
Black with #957ED3
Text Example
Text Example
White with #957ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ED3; }
p { color: rgb(149,126,211); }
H1.HeaderClassName
{
color: #957ED3;
}
.AnyTagClassName
{
color: #957ED3;
}
</style>
background-color css
<style>
a { background-color: #957ED3; }
a { background-color: rgb(149,126,211); }
div.DivClassName
{
background-color: #957ED3;
}
.BgClassName
{
background-color: #957ED3;
}
</style>
border-color css
<style>
span { border-color: #957ED3; }
span { border-color: rgb(149,126,211); }
td.TdClassName
{
border-color: #957ED3;
}
.TagClassName
{
border-color: #957ED3;
}
</style>