Shades of Medium Purple #976ED6
Tints of Medium Purple #976ED6
RGB
CMYK
RGB Variations
Color information
#976ED6 (or 0x976ED6) is known color: Medium Purple. HEX triplet: 97, 6E and D6. RGB value is (151,110,214). Sum of RGB (Red+Green+Blue) = 151+110+214=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #976ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ED6 is #689129. Grayscale: #858585. Windows color (decimal): -6852906 or 14053015. OLE color: 14053015.
HSL color Cylindrical-coordinate representation of color #976ED6: hue angle of 263.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #976ED6 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 110 | 214 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.16 |
| HSL | 263.65º | 0.56% | 0.64% | - |
| HSV(B) | 263.65º | 0.49% | 0.84% | - |
| XYZ | 30.48 | 22.59 | 66.37 | - |
| YUV | 134.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 214 | 0.29 | 0.49 | 0 | 0.16 | 263.65 | 0.56 | 0.64 |
| Hex | 97 | 6E | D6 | 1D | 31 | 0 | 10 | 108 | 38 | 40 |
| Octal | 227 | 156 | 326 | 35 | 61 | 0 | 20 | 410 | 70 | 100 |
| Binary | 10010111 | 1101110 | 11010110 | 11101 | 110001 | 0 | 10000 | 100001000 | 111000 | 1000000 |
Color Harmonies of #976ED6
Complementary color
Monochromatic Colors of #976ED6
Black with #976ED6
Text Example
Text Example
White with #976ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976ED6; }
p { color: rgb(151,110,214); }
H1.HeaderClassName
{
color: #976ED6;
}
.AnyTagClassName
{
color: #976ED6;
}
</style>
background-color css
<style>
a { background-color: #976ED6; }
a { background-color: rgb(151,110,214); }
div.DivClassName
{
background-color: #976ED6;
}
.BgClassName
{
background-color: #976ED6;
}
</style>
border-color css
<style>
span { border-color: #976ED6; }
span { border-color: rgb(151,110,214); }
td.TdClassName
{
border-color: #976ED6;
}
.TagClassName
{
border-color: #976ED6;
}
</style>