Shades of Medium Purple #957DD5
Tints of Medium Purple #957DD5
RGB
CMYK
RGB Variations
Color information
#957DD5 (or 0x957DD5) is known color: Medium Purple. HEX triplet: 95, 7D and D5. RGB value is (149,125,213). Sum of RGB (Red+Green+Blue) = 149+125+213=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #957DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DD5 is #6A822A. Grayscale: #8D8D8D. Windows color (decimal): -6980139 or 13991317. OLE color: 13991317.
HSL color Cylindrical-coordinate representation of color #957DD5: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957DD5 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 125 | 213 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.16 |
| HSL | 256.36º | 0.51% | 0.66% | - |
| HSV(B) | 256.36º | 0.41% | 0.84% | - |
| XYZ | 31.74 | 25.86 | 66.27 | - |
| YUV | 142.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 213 | 0.30 | 0.41 | 0 | 0.16 | 256.36 | 0.51 | 0.66 |
| Hex | 95 | 7D | D5 | 1E | 29 | 0 | 10 | 100 | 33 | 42 |
| Octal | 225 | 175 | 325 | 36 | 51 | 0 | 20 | 400 | 63 | 102 |
| Binary | 10010101 | 1111101 | 11010101 | 11110 | 101001 | 0 | 10000 | 100000000 | 110011 | 1000010 |
Color Harmonies of #957DD5
Complementary color
Monochromatic Colors of #957DD5
Black with #957DD5
Text Example
Text Example
White with #957DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DD5; }
p { color: rgb(149,125,213); }
H1.HeaderClassName
{
color: #957DD5;
}
.AnyTagClassName
{
color: #957DD5;
}
</style>
background-color css
<style>
a { background-color: #957DD5; }
a { background-color: rgb(149,125,213); }
div.DivClassName
{
background-color: #957DD5;
}
.BgClassName
{
background-color: #957DD5;
}
</style>
border-color css
<style>
span { border-color: #957DD5; }
span { border-color: rgb(149,125,213); }
td.TdClassName
{
border-color: #957DD5;
}
.TagClassName
{
border-color: #957DD5;
}
</style>