Shades of Medium Purple #957AD3
Tints of Medium Purple #957AD3
RGB
CMYK
RGB Variations
Color information
#957AD3 (or 0x957AD3) is known color: Medium Purple. HEX triplet: 95, 7A and D3. RGB value is (149,122,211). Sum of RGB (Red+Green+Blue) = 149+122+211=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #957AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AD3 is #6A852C. Grayscale: #8B8B8B. Windows color (decimal): -6980909 or 13859477. OLE color: 13859477.
HSL color Cylindrical-coordinate representation of color #957AD3: hue angle of 258.2º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957AD3 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 122 | 211 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.17 |
| HSL | 258.2º | 0.5% | 0.65% | - |
| HSV(B) | 258.2º | 0.42% | 0.83% | - |
| XYZ | 31.11 | 25.01 | 64.82 | - |
| YUV | 140.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 211 | 0.29 | 0.42 | 0 | 0.17 | 258.2 | 0.5 | 0.65 |
| Hex | 95 | 7A | D3 | 1D | 2A | 0 | 11 | 102 | 32 | 41 |
| Octal | 225 | 172 | 323 | 35 | 52 | 0 | 21 | 402 | 62 | 101 |
| Binary | 10010101 | 1111010 | 11010011 | 11101 | 101010 | 0 | 10001 | 100000010 | 110010 | 1000001 |
Color Harmonies of #957AD3
Complementary color
Monochromatic Colors of #957AD3
Black with #957AD3
Text Example
Text Example
White with #957AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AD3; }
p { color: rgb(149,122,211); }
H1.HeaderClassName
{
color: #957AD3;
}
.AnyTagClassName
{
color: #957AD3;
}
</style>
background-color css
<style>
a { background-color: #957AD3; }
a { background-color: rgb(149,122,211); }
div.DivClassName
{
background-color: #957AD3;
}
.BgClassName
{
background-color: #957AD3;
}
</style>
border-color css
<style>
span { border-color: #957AD3; }
span { border-color: rgb(149,122,211); }
td.TdClassName
{
border-color: #957AD3;
}
.TagClassName
{
border-color: #957AD3;
}
</style>