Shades of Medium Purple #977EE0
Tints of Medium Purple #977EE0
RGB
CMYK
RGB Variations
Color information
#977EE0 (or 0x977EE0) is known color: Medium Purple. HEX triplet: 97, 7E and E0. RGB value is (151,126,224). Sum of RGB (Red+Green+Blue) = 151+126+224=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #977EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EE0 is #68811F. Grayscale: #909090. Windows color (decimal): -6848800 or 14712471. OLE color: 14712471.
HSL color Cylindrical-coordinate representation of color #977EE0: hue angle of 255.31º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977EE0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 126 | 224 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.12 |
| HSL | 255.31º | 0.61% | 0.69% | - |
| HSV(B) | 255.31º | 0.44% | 0.88% | - |
| XYZ | 33.68 | 26.88 | 73.93 | - |
| YUV | 144.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 224 | 0.33 | 0.44 | 0 | 0.12 | 255.31 | 0.61 | 0.69 |
| Hex | 97 | 7E | E0 | 21 | 2C | 0 | C | FF | 3D | 45 |
| Octal | 227 | 176 | 340 | 41 | 54 | 0 | 14 | 377 | 75 | 105 |
| Binary | 10010111 | 1111110 | 11100000 | 100001 | 101100 | 0 | 1100 | 11111111 | 111101 | 1000101 |
Color Harmonies of #977EE0
Complementary color
Monochromatic Colors of #977EE0
Black with #977EE0
Text Example
Text Example
White with #977EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EE0; }
p { color: rgb(151,126,224); }
H1.HeaderClassName
{
color: #977EE0;
}
.AnyTagClassName
{
color: #977EE0;
}
</style>
background-color css
<style>
a { background-color: #977EE0; }
a { background-color: rgb(151,126,224); }
div.DivClassName
{
background-color: #977EE0;
}
.BgClassName
{
background-color: #977EE0;
}
</style>
border-color css
<style>
span { border-color: #977EE0; }
span { border-color: rgb(151,126,224); }
td.TdClassName
{
border-color: #977EE0;
}
.TagClassName
{
border-color: #977EE0;
}
</style>