Shades of Medium Purple #977EEF
Tints of Medium Purple #977EEF
RGB
CMYK
RGB Variations
Color information
#977EEF (or 0x977EEF) is known color: Medium Purple. HEX triplet: 97, 7E and EF. RGB value is (151,126,239). Sum of RGB (Red+Green+Blue) = 151+126+239=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #977EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EEF is #688110. Grayscale: #919191. Windows color (decimal): -6848785 or 15695511. OLE color: 15695511.
HSL color Cylindrical-coordinate representation of color #977EEF: hue angle of 253.27º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977EEF is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 126 | 239 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.06 |
| HSL | 253.27º | 0.78% | 0.72% | - |
| HSV(B) | 253.27º | 0.47% | 0.94% | - |
| XYZ | 35.8 | 27.73 | 85.13 | - |
| YUV | 146.36 | 180.28 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 239 | 0.37 | 0.47 | 0 | 0.06 | 253.27 | 0.78 | 0.72 |
| Hex | 97 | 7E | EF | 25 | 2F | 0 | 6 | FD | 4E | 48 |
| Octal | 227 | 176 | 357 | 45 | 57 | 0 | 6 | 375 | 116 | 110 |
| Binary | 10010111 | 1111110 | 11101111 | 100101 | 101111 | 0 | 110 | 11111101 | 1001110 | 1001000 |
Color Harmonies of #977EEF
Complementary color
Monochromatic Colors of #977EEF
Black with #977EEF
Text Example
Text Example
White with #977EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EEF; }
p { color: rgb(151,126,239); }
H1.HeaderClassName
{
color: #977EEF;
}
.AnyTagClassName
{
color: #977EEF;
}
</style>
background-color css
<style>
a { background-color: #977EEF; }
a { background-color: rgb(151,126,239); }
div.DivClassName
{
background-color: #977EEF;
}
.BgClassName
{
background-color: #977EEF;
}
</style>
border-color css
<style>
span { border-color: #977EEF; }
span { border-color: rgb(151,126,239); }
td.TdClassName
{
border-color: #977EEF;
}
.TagClassName
{
border-color: #977EEF;
}
</style>