Shades of Medium Purple #957FE3
Tints of Medium Purple #957FE3
RGB
CMYK
RGB Variations
Color information
#957FE3 (or 0x957FE3) is known color: Medium Purple. HEX triplet: 95, 7F and E3. RGB value is (149,127,227). Sum of RGB (Red+Green+Blue) = 149+127+227=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #957FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FE3 is #6A801C. Grayscale: #909090. Windows color (decimal): -6979613 or 14909333. OLE color: 14909333.
HSL color Cylindrical-coordinate representation of color #957FE3: hue angle of 253.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957FE3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 127 | 227 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.11 |
| HSL | 253.2º | 0.64% | 0.69% | - |
| HSV(B) | 253.2º | 0.44% | 0.89% | - |
| XYZ | 33.85 | 27.11 | 76.12 | - |
| YUV | 144.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 227 | 0.34 | 0.44 | 0 | 0.11 | 253.2 | 0.64 | 0.69 |
| Hex | 95 | 7F | E3 | 22 | 2C | 0 | B | FD | 40 | 45 |
| Octal | 225 | 177 | 343 | 42 | 54 | 0 | 13 | 375 | 100 | 105 |
| Binary | 10010101 | 1111111 | 11100011 | 100010 | 101100 | 0 | 1011 | 11111101 | 1000000 | 1000101 |
Color Harmonies of #957FE3
Complementary color
Monochromatic Colors of #957FE3
Black with #957FE3
Text Example
Text Example
White with #957FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FE3; }
p { color: rgb(149,127,227); }
H1.HeaderClassName
{
color: #957FE3;
}
.AnyTagClassName
{
color: #957FE3;
}
</style>
background-color css
<style>
a { background-color: #957FE3; }
a { background-color: rgb(149,127,227); }
div.DivClassName
{
background-color: #957FE3;
}
.BgClassName
{
background-color: #957FE3;
}
</style>
border-color css
<style>
span { border-color: #957FE3; }
span { border-color: rgb(149,127,227); }
td.TdClassName
{
border-color: #957FE3;
}
.TagClassName
{
border-color: #957FE3;
}
</style>