Shades of Medium Purple #957FD5
Tints of Medium Purple #957FD5
RGB
CMYK
RGB Variations
Color information
#957FD5 (or 0x957FD5) is known color: Medium Purple. HEX triplet: 95, 7F and D5. RGB value is (149,127,213). Sum of RGB (Red+Green+Blue) = 149+127+213=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #957FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FD5 is #6A802A. Grayscale: #8F8F8F. Windows color (decimal): -6979627 or 13991829. OLE color: 13991829.
HSL color Cylindrical-coordinate representation of color #957FD5: hue angle of 255.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957FD5 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 127 | 213 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.16 |
| HSL | 255.35º | 0.51% | 0.67% | - |
| HSV(B) | 255.35º | 0.4% | 0.84% | - |
| XYZ | 31.99 | 26.37 | 66.35 | - |
| YUV | 143.38 | 167.29 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 213 | 0.30 | 0.40 | 0 | 0.16 | 255.35 | 0.51 | 0.67 |
| Hex | 95 | 7F | D5 | 1E | 28 | 0 | 10 | FF | 33 | 43 |
| Octal | 225 | 177 | 325 | 36 | 50 | 0 | 20 | 377 | 63 | 103 |
| Binary | 10010101 | 1111111 | 11010101 | 11110 | 101000 | 0 | 10000 | 11111111 | 110011 | 1000011 |
Color Harmonies of #957FD5
Complementary color
Monochromatic Colors of #957FD5
Black with #957FD5
Text Example
Text Example
White with #957FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FD5; }
p { color: rgb(149,127,213); }
H1.HeaderClassName
{
color: #957FD5;
}
.AnyTagClassName
{
color: #957FD5;
}
</style>
background-color css
<style>
a { background-color: #957FD5; }
a { background-color: rgb(149,127,213); }
div.DivClassName
{
background-color: #957FD5;
}
.BgClassName
{
background-color: #957FD5;
}
</style>
border-color css
<style>
span { border-color: #957FD5; }
span { border-color: rgb(149,127,213); }
td.TdClassName
{
border-color: #957FD5;
}
.TagClassName
{
border-color: #957FD5;
}
</style>