Shades of Medium Purple #957BED
Tints of Medium Purple #957BED
RGB
CMYK
RGB Variations
Color information
#957BED (or 0x957BED) is known color: Medium Purple. HEX triplet: 95, 7B and ED. RGB value is (149,123,237). Sum of RGB (Red+Green+Blue) = 149+123+237=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #957BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BED is #6A8412. Grayscale: #8F8F8F. Windows color (decimal): -6980627 or 15563669. OLE color: 15563669.
HSL color Cylindrical-coordinate representation of color #957BED: hue angle of 253.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957BED is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 123 | 237 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.07 |
| HSL | 253.68º | 0.76% | 0.71% | - |
| HSV(B) | 253.68º | 0.48% | 0.93% | - |
| XYZ | 34.76 | 26.67 | 83.44 | - |
| YUV | 143.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 237 | 0.37 | 0.48 | 0 | 0.07 | 253.68 | 0.76 | 0.71 |
| Hex | 95 | 7B | ED | 25 | 30 | 0 | 7 | FE | 4C | 47 |
| Octal | 225 | 173 | 355 | 45 | 60 | 0 | 7 | 376 | 114 | 107 |
| Binary | 10010101 | 1111011 | 11101101 | 100101 | 110000 | 0 | 111 | 11111110 | 1001100 | 1000111 |
Color Harmonies of #957BED
Complementary color
Monochromatic Colors of #957BED
Black with #957BED
Text Example
Text Example
White with #957BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BED; }
p { color: rgb(149,123,237); }
H1.HeaderClassName
{
color: #957BED;
}
.AnyTagClassName
{
color: #957BED;
}
</style>
background-color css
<style>
a { background-color: #957BED; }
a { background-color: rgb(149,123,237); }
div.DivClassName
{
background-color: #957BED;
}
.BgClassName
{
background-color: #957BED;
}
</style>
border-color css
<style>
span { border-color: #957BED; }
span { border-color: rgb(149,123,237); }
td.TdClassName
{
border-color: #957BED;
}
.TagClassName
{
border-color: #957BED;
}
</style>