Shades of Medium Purple #977EE6
Tints of Medium Purple #977EE6
RGB
CMYK
RGB Variations
Color information
#977EE6 (or 0x977EE6) is known color: Medium Purple. HEX triplet: 97, 7E and E6. RGB value is (151,126,230). Sum of RGB (Red+Green+Blue) = 151+126+230=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #977EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EE6 is #688119. Grayscale: #909090. Windows color (decimal): -6848794 or 15105687. OLE color: 15105687.
HSL color Cylindrical-coordinate representation of color #977EE6: hue angle of 254.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #977EE6 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 126 | 230 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.10 |
| HSL | 254.42º | 0.68% | 0.7% | - |
| HSV(B) | 254.42º | 0.45% | 0.9% | - |
| XYZ | 34.51 | 27.21 | 78.3 | - |
| YUV | 145.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 230 | 0.34 | 0.45 | 0 | 0.10 | 254.42 | 0.68 | 0.7 |
| Hex | 97 | 7E | E6 | 22 | 2D | 0 | A | FE | 44 | 46 |
| Octal | 227 | 176 | 346 | 42 | 55 | 0 | 12 | 376 | 104 | 106 |
| Binary | 10010111 | 1111110 | 11100110 | 100010 | 101101 | 0 | 1010 | 11111110 | 1000100 | 1000110 |
Color Harmonies of #977EE6
Complementary color
Monochromatic Colors of #977EE6
Black with #977EE6
Text Example
Text Example
White with #977EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EE6; }
p { color: rgb(151,126,230); }
H1.HeaderClassName
{
color: #977EE6;
}
.AnyTagClassName
{
color: #977EE6;
}
</style>
background-color css
<style>
a { background-color: #977EE6; }
a { background-color: rgb(151,126,230); }
div.DivClassName
{
background-color: #977EE6;
}
.BgClassName
{
background-color: #977EE6;
}
</style>
border-color css
<style>
span { border-color: #977EE6; }
span { border-color: rgb(151,126,230); }
td.TdClassName
{
border-color: #977EE6;
}
.TagClassName
{
border-color: #977EE6;
}
</style>