Shades of Medium Purple #976EDF
Tints of Medium Purple #976EDF
RGB
CMYK
RGB Variations
Color information
#976EDF (or 0x976EDF) is known color: Medium Purple. HEX triplet: 97, 6E and DF. RGB value is (151,110,223). Sum of RGB (Red+Green+Blue) = 151+110+223=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #976EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EDF is #689120. Grayscale: #868686. Windows color (decimal): -6852897 or 14642839. OLE color: 14642839.
HSL color Cylindrical-coordinate representation of color #976EDF: hue angle of 261.77º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #976EDF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 110 | 223 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.13 |
| HSL | 261.77º | 0.64% | 0.65% | - |
| HSV(B) | 261.77º | 0.51% | 0.87% | - |
| XYZ | 31.66 | 23.06 | 72.59 | - |
| YUV | 135.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 223 | 0.32 | 0.51 | 0 | 0.13 | 261.77 | 0.64 | 0.65 |
| Hex | 97 | 6E | DF | 20 | 33 | 0 | D | 106 | 40 | 41 |
| Octal | 227 | 156 | 337 | 40 | 63 | 0 | 15 | 406 | 100 | 101 |
| Binary | 10010111 | 1101110 | 11011111 | 100000 | 110011 | 0 | 1101 | 100000110 | 1000000 | 1000001 |
Color Harmonies of #976EDF
Complementary color
Monochromatic Colors of #976EDF
Black with #976EDF
Text Example
Text Example
White with #976EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EDF; }
p { color: rgb(151,110,223); }
H1.HeaderClassName
{
color: #976EDF;
}
.AnyTagClassName
{
color: #976EDF;
}
</style>
background-color css
<style>
a { background-color: #976EDF; }
a { background-color: rgb(151,110,223); }
div.DivClassName
{
background-color: #976EDF;
}
.BgClassName
{
background-color: #976EDF;
}
</style>
border-color css
<style>
span { border-color: #976EDF; }
span { border-color: rgb(151,110,223); }
td.TdClassName
{
border-color: #976EDF;
}
.TagClassName
{
border-color: #976EDF;
}
</style>