Shades of Medium Purple #957ADF
Tints of Medium Purple #957ADF
RGB
CMYK
RGB Variations
Color information
#957ADF (or 0x957ADF) is known color: Medium Purple. HEX triplet: 95, 7A and DF. RGB value is (149,122,223). Sum of RGB (Red+Green+Blue) = 149+122+223=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #957ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ADF is #6A8520. Grayscale: #8D8D8D. Windows color (decimal): -6980897 or 14645909. OLE color: 14645909.
HSL color Cylindrical-coordinate representation of color #957ADF: hue angle of 256.04º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957ADF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 122 | 223 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.13 |
| HSL | 256.04º | 0.61% | 0.68% | - |
| HSV(B) | 256.04º | 0.45% | 0.87% | - |
| XYZ | 32.67 | 25.64 | 73.04 | - |
| YUV | 141.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 223 | 0.33 | 0.45 | 0 | 0.13 | 256.04 | 0.61 | 0.68 |
| Hex | 95 | 7A | DF | 21 | 2D | 0 | D | 100 | 3D | 44 |
| Octal | 225 | 172 | 337 | 41 | 55 | 0 | 15 | 400 | 75 | 104 |
| Binary | 10010101 | 1111010 | 11011111 | 100001 | 101101 | 0 | 1101 | 100000000 | 111101 | 1000100 |
Color Harmonies of #957ADF
Complementary color
Monochromatic Colors of #957ADF
Black with #957ADF
Text Example
Text Example
White with #957ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ADF; }
p { color: rgb(149,122,223); }
H1.HeaderClassName
{
color: #957ADF;
}
.AnyTagClassName
{
color: #957ADF;
}
</style>
background-color css
<style>
a { background-color: #957ADF; }
a { background-color: rgb(149,122,223); }
div.DivClassName
{
background-color: #957ADF;
}
.BgClassName
{
background-color: #957ADF;
}
</style>
border-color css
<style>
span { border-color: #957ADF; }
span { border-color: rgb(149,122,223); }
td.TdClassName
{
border-color: #957ADF;
}
.TagClassName
{
border-color: #957ADF;
}
</style>