Shades of Medium Purple #957BD1
Tints of Medium Purple #957BD1
RGB
CMYK
RGB Variations
Color information
#957BD1 (or 0x957BD1) is known color: Medium Purple. HEX triplet: 95, 7B and D1. RGB value is (149,123,209). Sum of RGB (Red+Green+Blue) = 149+123+209=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #957BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BD1 is #6A842E. Grayscale: #8C8C8C. Windows color (decimal): -6980655 or 13728661. OLE color: 13728661.
HSL color Cylindrical-coordinate representation of color #957BD1: hue angle of 258.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957BD1 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 123 | 209 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.18 |
| HSL | 258.14º | 0.48% | 0.65% | - |
| HSV(B) | 258.14º | 0.41% | 0.82% | - |
| XYZ | 30.99 | 25.16 | 63.54 | - |
| YUV | 140.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 209 | 0.29 | 0.41 | 0 | 0.18 | 258.14 | 0.48 | 0.65 |
| Hex | 95 | 7B | D1 | 1D | 29 | 0 | 12 | 102 | 30 | 41 |
| Octal | 225 | 173 | 321 | 35 | 51 | 0 | 22 | 402 | 60 | 101 |
| Binary | 10010101 | 1111011 | 11010001 | 11101 | 101001 | 0 | 10010 | 100000010 | 110000 | 1000001 |
Color Harmonies of #957BD1
Complementary color
Monochromatic Colors of #957BD1
Black with #957BD1
Text Example
Text Example
White with #957BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BD1; }
p { color: rgb(149,123,209); }
H1.HeaderClassName
{
color: #957BD1;
}
.AnyTagClassName
{
color: #957BD1;
}
</style>
background-color css
<style>
a { background-color: #957BD1; }
a { background-color: rgb(149,123,209); }
div.DivClassName
{
background-color: #957BD1;
}
.BgClassName
{
background-color: #957BD1;
}
</style>
border-color css
<style>
span { border-color: #957BD1; }
span { border-color: rgb(149,123,209); }
td.TdClassName
{
border-color: #957BD1;
}
.TagClassName
{
border-color: #957BD1;
}
</style>