Shades of Medium Purple #976EDB
Tints of Medium Purple #976EDB
RGB
CMYK
RGB Variations
Color information
#976EDB (or 0x976EDB) is known color: Medium Purple. HEX triplet: 97, 6E and DB. RGB value is (151,110,219). Sum of RGB (Red+Green+Blue) = 151+110+219=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #976EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EDB is #689124. Grayscale: #868686. Windows color (decimal): -6852901 or 14380695. OLE color: 14380695.
HSL color Cylindrical-coordinate representation of color #976EDB: hue angle of 262.57º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976EDB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 110 | 219 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.14 |
| HSL | 262.57º | 0.6% | 0.65% | - |
| HSV(B) | 262.57º | 0.5% | 0.86% | - |
| XYZ | 31.12 | 22.85 | 69.79 | - |
| YUV | 134.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 219 | 0.31 | 0.50 | 0 | 0.14 | 262.57 | 0.6 | 0.65 |
| Hex | 97 | 6E | DB | 1F | 32 | 0 | E | 107 | 3C | 41 |
| Octal | 227 | 156 | 333 | 37 | 62 | 0 | 16 | 407 | 74 | 101 |
| Binary | 10010111 | 1101110 | 11011011 | 11111 | 110010 | 0 | 1110 | 100000111 | 111100 | 1000001 |
Color Harmonies of #976EDB
Complementary color
Monochromatic Colors of #976EDB
Black with #976EDB
Text Example
Text Example
White with #976EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EDB; }
p { color: rgb(151,110,219); }
H1.HeaderClassName
{
color: #976EDB;
}
.AnyTagClassName
{
color: #976EDB;
}
</style>
background-color css
<style>
a { background-color: #976EDB; }
a { background-color: rgb(151,110,219); }
div.DivClassName
{
background-color: #976EDB;
}
.BgClassName
{
background-color: #976EDB;
}
</style>
border-color css
<style>
span { border-color: #976EDB; }
span { border-color: rgb(151,110,219); }
td.TdClassName
{
border-color: #976EDB;
}
.TagClassName
{
border-color: #976EDB;
}
</style>