Shades of Medium Purple #957AD5
Tints of Medium Purple #957AD5
RGB
CMYK
RGB Variations
Color information
#957AD5 (or 0x957AD5) is known color: Medium Purple. HEX triplet: 95, 7A and D5. RGB value is (149,122,213). Sum of RGB (Red+Green+Blue) = 149+122+213=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #957AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AD5 is #6A852A. Grayscale: #8C8C8C. Windows color (decimal): -6980907 or 13990549. OLE color: 13990549.
HSL color Cylindrical-coordinate representation of color #957AD5: hue angle of 257.8º degrees, saturation: 0.52, 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 #957AD5 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 122 | 213 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.16 |
| HSL | 257.8º | 0.52% | 0.66% | - |
| HSV(B) | 257.8º | 0.43% | 0.84% | - |
| XYZ | 31.36 | 25.11 | 66.14 | - |
| YUV | 140.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 213 | 0.30 | 0.43 | 0 | 0.16 | 257.8 | 0.52 | 0.66 |
| Hex | 95 | 7A | D5 | 1E | 2B | 0 | 10 | 102 | 34 | 42 |
| Octal | 225 | 172 | 325 | 36 | 53 | 0 | 20 | 402 | 64 | 102 |
| Binary | 10010101 | 1111010 | 11010101 | 11110 | 101011 | 0 | 10000 | 100000010 | 110100 | 1000010 |
Color Harmonies of #957AD5
Complementary color
Monochromatic Colors of #957AD5
Black with #957AD5
Text Example
Text Example
White with #957AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AD5; }
p { color: rgb(149,122,213); }
H1.HeaderClassName
{
color: #957AD5;
}
.AnyTagClassName
{
color: #957AD5;
}
</style>
background-color css
<style>
a { background-color: #957AD5; }
a { background-color: rgb(149,122,213); }
div.DivClassName
{
background-color: #957AD5;
}
.BgClassName
{
background-color: #957AD5;
}
</style>
border-color css
<style>
span { border-color: #957AD5; }
span { border-color: rgb(149,122,213); }
td.TdClassName
{
border-color: #957AD5;
}
.TagClassName
{
border-color: #957AD5;
}
</style>