Shades of Medium Purple #977EDA
Tints of Medium Purple #977EDA
RGB
CMYK
RGB Variations
Color information
#977EDA (or 0x977EDA) is known color: Medium Purple. HEX triplet: 97, 7E and DA. RGB value is (151,126,218). Sum of RGB (Red+Green+Blue) = 151+126+218=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #977EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EDA is #688125. Grayscale: #8F8F8F. Windows color (decimal): -6848806 or 14319255. OLE color: 14319255.
HSL color Cylindrical-coordinate representation of color #977EDA: hue angle of 256.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977EDA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 126 | 218 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.15 |
| HSL | 256.3º | 0.55% | 0.67% | - |
| HSV(B) | 256.3º | 0.42% | 0.85% | - |
| XYZ | 32.88 | 26.56 | 69.72 | - |
| YUV | 143.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 218 | 0.31 | 0.42 | 0 | 0.15 | 256.3 | 0.55 | 0.67 |
| Hex | 97 | 7E | DA | 1F | 2A | 0 | F | 100 | 37 | 43 |
| Octal | 227 | 176 | 332 | 37 | 52 | 0 | 17 | 400 | 67 | 103 |
| Binary | 10010111 | 1111110 | 11011010 | 11111 | 101010 | 0 | 1111 | 100000000 | 110111 | 1000011 |
Color Harmonies of #977EDA
Complementary color
Monochromatic Colors of #977EDA
Black with #977EDA
Text Example
Text Example
White with #977EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EDA; }
p { color: rgb(151,126,218); }
H1.HeaderClassName
{
color: #977EDA;
}
.AnyTagClassName
{
color: #977EDA;
}
</style>
background-color css
<style>
a { background-color: #977EDA; }
a { background-color: rgb(151,126,218); }
div.DivClassName
{
background-color: #977EDA;
}
.BgClassName
{
background-color: #977EDA;
}
</style>
border-color css
<style>
span { border-color: #977EDA; }
span { border-color: rgb(151,126,218); }
td.TdClassName
{
border-color: #977EDA;
}
.TagClassName
{
border-color: #977EDA;
}
</style>