Shades of Medium Purple #976AD9
Tints of Medium Purple #976AD9
RGB
CMYK
RGB Variations
Color information
#976AD9 (or 0x976AD9) is known color: Medium Purple. HEX triplet: 97, 6A and D9. RGB value is (151,106,217). Sum of RGB (Red+Green+Blue) = 151+106+217=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #976AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976AD9 is #689526. Grayscale: #838383. Windows color (decimal): -6853927 or 14248599. OLE color: 14248599.
HSL color Cylindrical-coordinate representation of color #976AD9: hue angle of 264.32º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #976AD9 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 106 | 217 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.15 |
| HSL | 264.32º | 0.59% | 0.63% | - |
| HSV(B) | 264.32º | 0.51% | 0.85% | - |
| XYZ | 30.44 | 21.9 | 68.27 | - |
| YUV | 132.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 217 | 0.30 | 0.51 | 0 | 0.15 | 264.32 | 0.59 | 0.63 |
| Hex | 97 | 6A | D9 | 1E | 33 | 0 | F | 108 | 3B | 3F |
| Octal | 227 | 152 | 331 | 36 | 63 | 0 | 17 | 410 | 73 | 77 |
| Binary | 10010111 | 1101010 | 11011001 | 11110 | 110011 | 0 | 1111 | 100001000 | 111011 | 111111 |
Color Harmonies of #976AD9
Complementary color
Monochromatic Colors of #976AD9
Black with #976AD9
Text Example
Text Example
White with #976AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976AD9; }
p { color: rgb(151,106,217); }
H1.HeaderClassName
{
color: #976AD9;
}
.AnyTagClassName
{
color: #976AD9;
}
</style>
background-color css
<style>
a { background-color: #976AD9; }
a { background-color: rgb(151,106,217); }
div.DivClassName
{
background-color: #976AD9;
}
.BgClassName
{
background-color: #976AD9;
}
</style>
border-color css
<style>
span { border-color: #976AD9; }
span { border-color: rgb(151,106,217); }
td.TdClassName
{
border-color: #976AD9;
}
.TagClassName
{
border-color: #976AD9;
}
</style>