Shades of Medium Purple #976EE0
Tints of Medium Purple #976EE0
RGB
CMYK
RGB Variations
Color information
#976EE0 (or 0x976EE0) is known color: Medium Purple. HEX triplet: 97, 6E and E0. RGB value is (151,110,224). Sum of RGB (Red+Green+Blue) = 151+110+224=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #976EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EE0 is #68911F. Grayscale: #868686. Windows color (decimal): -6852896 or 14708375. OLE color: 14708375.
HSL color Cylindrical-coordinate representation of color #976EE0: hue angle of 261.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #976EE0 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 110 | 224 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.12 |
| HSL | 261.58º | 0.65% | 0.65% | - |
| HSV(B) | 261.58º | 0.51% | 0.88% | - |
| XYZ | 31.79 | 23.11 | 73.31 | - |
| YUV | 135.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 224 | 0.33 | 0.51 | 0 | 0.12 | 261.58 | 0.65 | 0.65 |
| Hex | 97 | 6E | E0 | 21 | 33 | 0 | C | 106 | 41 | 41 |
| Octal | 227 | 156 | 340 | 41 | 63 | 0 | 14 | 406 | 101 | 101 |
| Binary | 10010111 | 1101110 | 11100000 | 100001 | 110011 | 0 | 1100 | 100000110 | 1000001 | 1000001 |
Color Harmonies of #976EE0
Complementary color
Monochromatic Colors of #976EE0
Black with #976EE0
Text Example
Text Example
White with #976EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EE0; }
p { color: rgb(151,110,224); }
H1.HeaderClassName
{
color: #976EE0;
}
.AnyTagClassName
{
color: #976EE0;
}
</style>
background-color css
<style>
a { background-color: #976EE0; }
a { background-color: rgb(151,110,224); }
div.DivClassName
{
background-color: #976EE0;
}
.BgClassName
{
background-color: #976EE0;
}
</style>
border-color css
<style>
span { border-color: #976EE0; }
span { border-color: rgb(151,110,224); }
td.TdClassName
{
border-color: #976EE0;
}
.TagClassName
{
border-color: #976EE0;
}
</style>