Shades of Medium Purple #977EDB
Tints of Medium Purple #977EDB
RGB
CMYK
RGB Variations
Color information
#977EDB (or 0x977EDB) is known color: Medium Purple. HEX triplet: 97, 7E and DB. RGB value is (151,126,219). Sum of RGB (Red+Green+Blue) = 151+126+219=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #977EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EDB is #688124. Grayscale: #8F8F8F. Windows color (decimal): -6848805 or 14384791. OLE color: 14384791.
HSL color Cylindrical-coordinate representation of color #977EDB: hue angle of 256.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977EDB is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 126 | 219 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.14 |
| HSL | 256.13º | 0.56% | 0.68% | - |
| HSV(B) | 256.13º | 0.42% | 0.86% | - |
| XYZ | 33.01 | 26.62 | 70.42 | - |
| YUV | 144.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 219 | 0.31 | 0.42 | 0 | 0.14 | 256.13 | 0.56 | 0.68 |
| Hex | 97 | 7E | DB | 1F | 2A | 0 | E | 100 | 38 | 44 |
| Octal | 227 | 176 | 333 | 37 | 52 | 0 | 16 | 400 | 70 | 104 |
| Binary | 10010111 | 1111110 | 11011011 | 11111 | 101010 | 0 | 1110 | 100000000 | 111000 | 1000100 |
Color Harmonies of #977EDB
Complementary color
Monochromatic Colors of #977EDB
Black with #977EDB
Text Example
Text Example
White with #977EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EDB; }
p { color: rgb(151,126,219); }
H1.HeaderClassName
{
color: #977EDB;
}
.AnyTagClassName
{
color: #977EDB;
}
</style>
background-color css
<style>
a { background-color: #977EDB; }
a { background-color: rgb(151,126,219); }
div.DivClassName
{
background-color: #977EDB;
}
.BgClassName
{
background-color: #977EDB;
}
</style>
border-color css
<style>
span { border-color: #977EDB; }
span { border-color: rgb(151,126,219); }
td.TdClassName
{
border-color: #977EDB;
}
.TagClassName
{
border-color: #977EDB;
}
</style>