Shades of Medium Purple #976DDB
Tints of Medium Purple #976DDB
RGB
CMYK
RGB Variations
Color information
#976DDB (or 0x976DDB) is known color: Medium Purple. HEX triplet: 97, 6D and DB. RGB value is (151,109,219). Sum of RGB (Red+Green+Blue) = 151+109+219=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #976DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DDB is #689224. Grayscale: #858585. Windows color (decimal): -6853157 or 14380439. OLE color: 14380439.
HSL color Cylindrical-coordinate representation of color #976DDB: hue angle of 262.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976DDB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 109 | 219 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.14 |
| HSL | 262.91º | 0.6% | 0.64% | - |
| HSV(B) | 262.91º | 0.5% | 0.86% | - |
| XYZ | 31.02 | 22.63 | 69.75 | - |
| YUV | 134.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 219 | 0.31 | 0.50 | 0 | 0.14 | 262.91 | 0.6 | 0.64 |
| Hex | 97 | 6D | DB | 1F | 32 | 0 | E | 107 | 3C | 40 |
| Octal | 227 | 155 | 333 | 37 | 62 | 0 | 16 | 407 | 74 | 100 |
| Binary | 10010111 | 1101101 | 11011011 | 11111 | 110010 | 0 | 1110 | 100000111 | 111100 | 1000000 |
Color Harmonies of #976DDB
Complementary color
Monochromatic Colors of #976DDB
Black with #976DDB
Text Example
Text Example
White with #976DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976DDB; }
p { color: rgb(151,109,219); }
H1.HeaderClassName
{
color: #976DDB;
}
.AnyTagClassName
{
color: #976DDB;
}
</style>
background-color css
<style>
a { background-color: #976DDB; }
a { background-color: rgb(151,109,219); }
div.DivClassName
{
background-color: #976DDB;
}
.BgClassName
{
background-color: #976DDB;
}
</style>
border-color css
<style>
span { border-color: #976DDB; }
span { border-color: rgb(151,109,219); }
td.TdClassName
{
border-color: #976DDB;
}
.TagClassName
{
border-color: #976DDB;
}
</style>