Shades of Medium Purple #977ED5
Tints of Medium Purple #977ED5
RGB
CMYK
RGB Variations
Color information
#977ED5 (or 0x977ED5) is known color: Medium Purple. HEX triplet: 97, 7E and D5. RGB value is (151,126,213). Sum of RGB (Red+Green+Blue) = 151+126+213=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #977ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ED5 is #68812A. Grayscale: #8F8F8F. Windows color (decimal): -6848811 or 13991575. OLE color: 13991575.
HSL color Cylindrical-coordinate representation of color #977ED5: hue angle of 257.24º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #977ED5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 126 | 213 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.16 |
| HSL | 257.24º | 0.51% | 0.66% | - |
| HSV(B) | 257.24º | 0.41% | 0.84% | - |
| XYZ | 32.23 | 26.31 | 66.33 | - |
| YUV | 143.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 213 | 0.29 | 0.41 | 0 | 0.16 | 257.24 | 0.51 | 0.66 |
| Hex | 97 | 7E | D5 | 1D | 29 | 0 | 10 | 101 | 33 | 42 |
| Octal | 227 | 176 | 325 | 35 | 51 | 0 | 20 | 401 | 63 | 102 |
| Binary | 10010111 | 1111110 | 11010101 | 11101 | 101001 | 0 | 10000 | 100000001 | 110011 | 1000010 |
Color Harmonies of #977ED5
Complementary color
Monochromatic Colors of #977ED5
Black with #977ED5
Text Example
Text Example
White with #977ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977ED5; }
p { color: rgb(151,126,213); }
H1.HeaderClassName
{
color: #977ED5;
}
.AnyTagClassName
{
color: #977ED5;
}
</style>
background-color css
<style>
a { background-color: #977ED5; }
a { background-color: rgb(151,126,213); }
div.DivClassName
{
background-color: #977ED5;
}
.BgClassName
{
background-color: #977ED5;
}
</style>
border-color css
<style>
span { border-color: #977ED5; }
span { border-color: rgb(151,126,213); }
td.TdClassName
{
border-color: #977ED5;
}
.TagClassName
{
border-color: #977ED5;
}
</style>