Shades of Medium Purple #957BDE
Tints of Medium Purple #957BDE
RGB
CMYK
RGB Variations
Color information
#957BDE (or 0x957BDE) is known color: Medium Purple. HEX triplet: 95, 7B and DE. RGB value is (149,123,222). Sum of RGB (Red+Green+Blue) = 149+123+222=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #957BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BDE is #6A8421. Grayscale: #8D8D8D. Windows color (decimal): -6980642 or 14580629. OLE color: 14580629.
HSL color Cylindrical-coordinate representation of color #957BDE: hue angle of 255.76º degrees, saturation: 0.6, 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 #957BDE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 123 | 222 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.13 |
| HSL | 255.76º | 0.6% | 0.68% | - |
| HSV(B) | 255.76º | 0.45% | 0.87% | - |
| XYZ | 32.66 | 25.83 | 72.37 | - |
| YUV | 142.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 222 | 0.33 | 0.45 | 0 | 0.13 | 255.76 | 0.6 | 0.68 |
| Hex | 95 | 7B | DE | 21 | 2D | 0 | D | 100 | 3C | 44 |
| Octal | 225 | 173 | 336 | 41 | 55 | 0 | 15 | 400 | 74 | 104 |
| Binary | 10010101 | 1111011 | 11011110 | 100001 | 101101 | 0 | 1101 | 100000000 | 111100 | 1000100 |
Color Harmonies of #957BDE
Complementary color
Monochromatic Colors of #957BDE
Black with #957BDE
Text Example
Text Example
White with #957BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BDE; }
p { color: rgb(149,123,222); }
H1.HeaderClassName
{
color: #957BDE;
}
.AnyTagClassName
{
color: #957BDE;
}
</style>
background-color css
<style>
a { background-color: #957BDE; }
a { background-color: rgb(149,123,222); }
div.DivClassName
{
background-color: #957BDE;
}
.BgClassName
{
background-color: #957BDE;
}
</style>
border-color css
<style>
span { border-color: #957BDE; }
span { border-color: rgb(149,123,222); }
td.TdClassName
{
border-color: #957BDE;
}
.TagClassName
{
border-color: #957BDE;
}
</style>