Shades of Medium Purple #977EEC
Tints of Medium Purple #977EEC
RGB
CMYK
RGB Variations
Color information
#977EEC (or 0x977EEC) is known color: Medium Purple. HEX triplet: 97, 7E and EC. RGB value is (151,126,236). Sum of RGB (Red+Green+Blue) = 151+126+236=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #977EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EEC is #688113. Grayscale: #919191. Windows color (decimal): -6848788 or 15498903. OLE color: 15498903.
HSL color Cylindrical-coordinate representation of color #977EEC: hue angle of 253.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977EEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 126 | 236 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 253.64º | 0.74% | 0.71% | - |
| HSV(B) | 253.64º | 0.47% | 0.93% | - |
| XYZ | 35.36 | 27.56 | 82.81 | - |
| YUV | 146.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 236 | 0.36 | 0.47 | 0 | 0.07 | 253.64 | 0.74 | 0.71 |
| Hex | 97 | 7E | EC | 24 | 2F | 0 | 7 | FE | 4A | 47 |
| Octal | 227 | 176 | 354 | 44 | 57 | 0 | 7 | 376 | 112 | 107 |
| Binary | 10010111 | 1111110 | 11101100 | 100100 | 101111 | 0 | 111 | 11111110 | 1001010 | 1000111 |
Color Harmonies of #977EEC
Complementary color
Monochromatic Colors of #977EEC
Black with #977EEC
Text Example
Text Example
White with #977EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EEC; }
p { color: rgb(151,126,236); }
H1.HeaderClassName
{
color: #977EEC;
}
.AnyTagClassName
{
color: #977EEC;
}
</style>
background-color css
<style>
a { background-color: #977EEC; }
a { background-color: rgb(151,126,236); }
div.DivClassName
{
background-color: #977EEC;
}
.BgClassName
{
background-color: #977EEC;
}
</style>
border-color css
<style>
span { border-color: #977EEC; }
span { border-color: rgb(151,126,236); }
td.TdClassName
{
border-color: #977EEC;
}
.TagClassName
{
border-color: #977EEC;
}
</style>