Shades of Medium Purple #957ADE
Tints of Medium Purple #957ADE
RGB
CMYK
RGB Variations
Color information
#957ADE (or 0x957ADE) is known color: Medium Purple. HEX triplet: 95, 7A and DE. RGB value is (149,122,222). Sum of RGB (Red+Green+Blue) = 149+122+222=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #957ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ADE is #6A8521. Grayscale: #8D8D8D. Windows color (decimal): -6980898 or 14580373. OLE color: 14580373.
HSL color Cylindrical-coordinate representation of color #957ADE: hue angle of 256.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957ADE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 122 | 222 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.13 |
| HSL | 256.2º | 0.6% | 0.67% | - |
| HSV(B) | 256.2º | 0.45% | 0.87% | - |
| XYZ | 32.54 | 25.58 | 72.33 | - |
| YUV | 141.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 222 | 0.33 | 0.45 | 0 | 0.13 | 256.2 | 0.6 | 0.67 |
| Hex | 95 | 7A | DE | 21 | 2D | 0 | D | 100 | 3C | 43 |
| Octal | 225 | 172 | 336 | 41 | 55 | 0 | 15 | 400 | 74 | 103 |
| Binary | 10010101 | 1111010 | 11011110 | 100001 | 101101 | 0 | 1101 | 100000000 | 111100 | 1000011 |
Color Harmonies of #957ADE
Complementary color
Monochromatic Colors of #957ADE
Black with #957ADE
Text Example
Text Example
White with #957ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ADE; }
p { color: rgb(149,122,222); }
H1.HeaderClassName
{
color: #957ADE;
}
.AnyTagClassName
{
color: #957ADE;
}
</style>
background-color css
<style>
a { background-color: #957ADE; }
a { background-color: rgb(149,122,222); }
div.DivClassName
{
background-color: #957ADE;
}
.BgClassName
{
background-color: #957ADE;
}
</style>
border-color css
<style>
span { border-color: #957ADE; }
span { border-color: rgb(149,122,222); }
td.TdClassName
{
border-color: #957ADE;
}
.TagClassName
{
border-color: #957ADE;
}
</style>