Shades of Medium Purple #957ADD
Tints of Medium Purple #957ADD
RGB
CMYK
RGB Variations
Color information
#957ADD (or 0x957ADD) is known color: Medium Purple. HEX triplet: 95, 7A and DD. RGB value is (149,122,221). Sum of RGB (Red+Green+Blue) = 149+122+221=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #957ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ADD is #6A8522. Grayscale: #8C8C8C. Windows color (decimal): -6980899 or 14514837. OLE color: 14514837.
HSL color Cylindrical-coordinate representation of color #957ADD: hue angle of 256.36º degrees, saturation: 0.59, 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 #957ADD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 122 | 221 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.13 |
| HSL | 256.36º | 0.59% | 0.67% | - |
| HSV(B) | 256.36º | 0.45% | 0.87% | - |
| XYZ | 32.41 | 25.53 | 71.63 | - |
| YUV | 141.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 221 | 0.33 | 0.45 | 0 | 0.13 | 256.36 | 0.59 | 0.67 |
| Hex | 95 | 7A | DD | 21 | 2D | 0 | D | 100 | 3B | 43 |
| Octal | 225 | 172 | 335 | 41 | 55 | 0 | 15 | 400 | 73 | 103 |
| Binary | 10010101 | 1111010 | 11011101 | 100001 | 101101 | 0 | 1101 | 100000000 | 111011 | 1000011 |
Color Harmonies of #957ADD
Complementary color
Monochromatic Colors of #957ADD
Black with #957ADD
Text Example
Text Example
White with #957ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ADD; }
p { color: rgb(149,122,221); }
H1.HeaderClassName
{
color: #957ADD;
}
.AnyTagClassName
{
color: #957ADD;
}
</style>
background-color css
<style>
a { background-color: #957ADD; }
a { background-color: rgb(149,122,221); }
div.DivClassName
{
background-color: #957ADD;
}
.BgClassName
{
background-color: #957ADD;
}
</style>
border-color css
<style>
span { border-color: #957ADD; }
span { border-color: rgb(149,122,221); }
td.TdClassName
{
border-color: #957ADD;
}
.TagClassName
{
border-color: #957ADD;
}
</style>