Shades of Medium Purple #957AD6
Tints of Medium Purple #957AD6
RGB
CMYK
RGB Variations
Color information
#957AD6 (or 0x957AD6) is known color: Medium Purple. HEX triplet: 95, 7A and D6. RGB value is (149,122,214). Sum of RGB (Red+Green+Blue) = 149+122+214=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #957AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AD6 is #6A8529. Grayscale: #8C8C8C. Windows color (decimal): -6980906 or 14056085. OLE color: 14056085.
HSL color Cylindrical-coordinate representation of color #957AD6: hue angle of 257.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957AD6 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 122 | 214 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.16 |
| HSL | 257.61º | 0.53% | 0.66% | - |
| HSV(B) | 257.61º | 0.43% | 0.84% | - |
| XYZ | 31.49 | 25.16 | 66.82 | - |
| YUV | 140.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 214 | 0.30 | 0.43 | 0 | 0.16 | 257.61 | 0.53 | 0.66 |
| Hex | 95 | 7A | D6 | 1E | 2B | 0 | 10 | 102 | 35 | 42 |
| Octal | 225 | 172 | 326 | 36 | 53 | 0 | 20 | 402 | 65 | 102 |
| Binary | 10010101 | 1111010 | 11010110 | 11110 | 101011 | 0 | 10000 | 100000010 | 110101 | 1000010 |
Color Harmonies of #957AD6
Complementary color
Monochromatic Colors of #957AD6
Black with #957AD6
Text Example
Text Example
White with #957AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AD6; }
p { color: rgb(149,122,214); }
H1.HeaderClassName
{
color: #957AD6;
}
.AnyTagClassName
{
color: #957AD6;
}
</style>
background-color css
<style>
a { background-color: #957AD6; }
a { background-color: rgb(149,122,214); }
div.DivClassName
{
background-color: #957AD6;
}
.BgClassName
{
background-color: #957AD6;
}
</style>
border-color css
<style>
span { border-color: #957AD6; }
span { border-color: rgb(149,122,214); }
td.TdClassName
{
border-color: #957AD6;
}
.TagClassName
{
border-color: #957AD6;
}
</style>