Shades of Medium Purple #957BEE
Tints of Medium Purple #957BEE
RGB
CMYK
RGB Variations
Color information
#957BEE (or 0x957BEE) is known color: Medium Purple. HEX triplet: 95, 7B and EE. RGB value is (149,123,238). Sum of RGB (Red+Green+Blue) = 149+123+238=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #957BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BEE is #6A8411. Grayscale: #8F8F8F. Windows color (decimal): -6980626 or 15629205. OLE color: 15629205.
HSL color Cylindrical-coordinate representation of color #957BEE: hue angle of 253.57º degrees, saturation: 0.77, 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 #957BEE is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 123 | 238 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.07 |
| HSL | 253.57º | 0.77% | 0.71% | - |
| HSV(B) | 253.57º | 0.48% | 0.93% | - |
| XYZ | 34.91 | 26.73 | 84.21 | - |
| YUV | 143.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 238 | 0.37 | 0.48 | 0 | 0.07 | 253.57 | 0.77 | 0.71 |
| Hex | 95 | 7B | EE | 25 | 30 | 0 | 7 | FE | 4D | 47 |
| Octal | 225 | 173 | 356 | 45 | 60 | 0 | 7 | 376 | 115 | 107 |
| Binary | 10010101 | 1111011 | 11101110 | 100101 | 110000 | 0 | 111 | 11111110 | 1001101 | 1000111 |
Color Harmonies of #957BEE
Complementary color
Monochromatic Colors of #957BEE
Black with #957BEE
Text Example
Text Example
White with #957BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BEE; }
p { color: rgb(149,123,238); }
H1.HeaderClassName
{
color: #957BEE;
}
.AnyTagClassName
{
color: #957BEE;
}
</style>
background-color css
<style>
a { background-color: #957BEE; }
a { background-color: rgb(149,123,238); }
div.DivClassName
{
background-color: #957BEE;
}
.BgClassName
{
background-color: #957BEE;
}
</style>
border-color css
<style>
span { border-color: #957BEE; }
span { border-color: rgb(149,123,238); }
td.TdClassName
{
border-color: #957BEE;
}
.TagClassName
{
border-color: #957BEE;
}
</style>