Shades of Medium Purple #957AD1
Tints of Medium Purple #957AD1
RGB
CMYK
RGB Variations
Color information
#957AD1 (or 0x957AD1) is known color: Medium Purple. HEX triplet: 95, 7A and D1. RGB value is (149,122,209). Sum of RGB (Red+Green+Blue) = 149+122+209=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #957AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AD1 is #6A852E. Grayscale: #8B8B8B. Windows color (decimal): -6980911 or 13728405. OLE color: 13728405.
HSL color Cylindrical-coordinate representation of color #957AD1: hue angle of 258.62º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957AD1 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 122 | 209 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.18 |
| HSL | 258.62º | 0.49% | 0.65% | - |
| HSV(B) | 258.62º | 0.42% | 0.82% | - |
| XYZ | 30.86 | 24.91 | 63.5 | - |
| YUV | 139.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 209 | 0.29 | 0.42 | 0 | 0.18 | 258.62 | 0.49 | 0.65 |
| Hex | 95 | 7A | D1 | 1D | 2A | 0 | 12 | 103 | 31 | 41 |
| Octal | 225 | 172 | 321 | 35 | 52 | 0 | 22 | 403 | 61 | 101 |
| Binary | 10010101 | 1111010 | 11010001 | 11101 | 101010 | 0 | 10010 | 100000011 | 110001 | 1000001 |
Color Harmonies of #957AD1
Complementary color
Monochromatic Colors of #957AD1
Black with #957AD1
Text Example
Text Example
White with #957AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AD1; }
p { color: rgb(149,122,209); }
H1.HeaderClassName
{
color: #957AD1;
}
.AnyTagClassName
{
color: #957AD1;
}
</style>
background-color css
<style>
a { background-color: #957AD1; }
a { background-color: rgb(149,122,209); }
div.DivClassName
{
background-color: #957AD1;
}
.BgClassName
{
background-color: #957AD1;
}
</style>
border-color css
<style>
span { border-color: #957AD1; }
span { border-color: rgb(149,122,209); }
td.TdClassName
{
border-color: #957AD1;
}
.TagClassName
{
border-color: #957AD1;
}
</style>