Shades of Medium Purple #976EDA
Tints of Medium Purple #976EDA
RGB
CMYK
RGB Variations
Color information
#976EDA (or 0x976EDA) is known color: Medium Purple. HEX triplet: 97, 6E and DA. RGB value is (151,110,218). Sum of RGB (Red+Green+Blue) = 151+110+218=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #976EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EDA is #689125. Grayscale: #868686. Windows color (decimal): -6852902 or 14315159. OLE color: 14315159.
HSL color Cylindrical-coordinate representation of color #976EDA: hue angle of 262.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976EDA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 110 | 218 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.15 |
| HSL | 262.78º | 0.59% | 0.64% | - |
| HSV(B) | 262.78º | 0.5% | 0.85% | - |
| XYZ | 30.99 | 22.79 | 69.1 | - |
| YUV | 134.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 218 | 0.31 | 0.50 | 0 | 0.15 | 262.78 | 0.59 | 0.64 |
| Hex | 97 | 6E | DA | 1F | 32 | 0 | F | 107 | 3B | 40 |
| Octal | 227 | 156 | 332 | 37 | 62 | 0 | 17 | 407 | 73 | 100 |
| Binary | 10010111 | 1101110 | 11011010 | 11111 | 110010 | 0 | 1111 | 100000111 | 111011 | 1000000 |
Color Harmonies of #976EDA
Complementary color
Monochromatic Colors of #976EDA
Black with #976EDA
Text Example
Text Example
White with #976EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EDA; }
p { color: rgb(151,110,218); }
H1.HeaderClassName
{
color: #976EDA;
}
.AnyTagClassName
{
color: #976EDA;
}
</style>
background-color css
<style>
a { background-color: #976EDA; }
a { background-color: rgb(151,110,218); }
div.DivClassName
{
background-color: #976EDA;
}
.BgClassName
{
background-color: #976EDA;
}
</style>
border-color css
<style>
span { border-color: #976EDA; }
span { border-color: rgb(151,110,218); }
td.TdClassName
{
border-color: #976EDA;
}
.TagClassName
{
border-color: #976EDA;
}
</style>