Shades of Medium Purple #957FE7
Tints of Medium Purple #957FE7
RGB
CMYK
RGB Variations
Color information
#957FE7 (or 0x957FE7) is known color: Medium Purple. HEX triplet: 95, 7F and E7. RGB value is (149,127,231). Sum of RGB (Red+Green+Blue) = 149+127+231=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #957FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FE7 is #6A8018. Grayscale: #919191. Windows color (decimal): -6979609 or 15171477. OLE color: 15171477.
HSL color Cylindrical-coordinate representation of color #957FE7: hue angle of 252.69º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957FE7 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 127 | 231 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.09 |
| HSL | 252.69º | 0.68% | 0.7% | - |
| HSV(B) | 252.69º | 0.45% | 0.91% | - |
| XYZ | 34.41 | 27.34 | 79.06 | - |
| YUV | 145.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 231 | 0.35 | 0.45 | 0 | 0.09 | 252.69 | 0.68 | 0.7 |
| Hex | 95 | 7F | E7 | 23 | 2D | 0 | 9 | FD | 44 | 46 |
| Octal | 225 | 177 | 347 | 43 | 55 | 0 | 11 | 375 | 104 | 106 |
| Binary | 10010101 | 1111111 | 11100111 | 100011 | 101101 | 0 | 1001 | 11111101 | 1000100 | 1000110 |
Color Harmonies of #957FE7
Complementary color
Monochromatic Colors of #957FE7
Black with #957FE7
Text Example
Text Example
White with #957FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FE7; }
p { color: rgb(149,127,231); }
H1.HeaderClassName
{
color: #957FE7;
}
.AnyTagClassName
{
color: #957FE7;
}
</style>
background-color css
<style>
a { background-color: #957FE7; }
a { background-color: rgb(149,127,231); }
div.DivClassName
{
background-color: #957FE7;
}
.BgClassName
{
background-color: #957FE7;
}
</style>
border-color css
<style>
span { border-color: #957FE7; }
span { border-color: rgb(149,127,231); }
td.TdClassName
{
border-color: #957FE7;
}
.TagClassName
{
border-color: #957FE7;
}
</style>