Shades of Medium Purple #976EEE
Tints of Medium Purple #976EEE
RGB
CMYK
RGB Variations
Color information
#976EEE (or 0x976EEE) is known color: Medium Purple. HEX triplet: 97, 6E and EE. RGB value is (151,110,238). Sum of RGB (Red+Green+Blue) = 151+110+238=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #976EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976EEE is #689111. Grayscale: #888888. Windows color (decimal): -6852882 or 15625879. OLE color: 15625879.
HSL color Cylindrical-coordinate representation of color #976EEE: hue angle of 259.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #976EEE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 110 | 238 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.07 |
| HSL | 259.22º | 0.79% | 0.68% | - |
| HSV(B) | 259.22º | 0.54% | 0.93% | - |
| XYZ | 33.77 | 23.9 | 83.72 | - |
| YUV | 136.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 238 | 0.37 | 0.54 | 0 | 0.07 | 259.22 | 0.79 | 0.68 |
| Hex | 97 | 6E | EE | 25 | 36 | 0 | 7 | 103 | 4F | 44 |
| Octal | 227 | 156 | 356 | 45 | 66 | 0 | 7 | 403 | 117 | 104 |
| Binary | 10010111 | 1101110 | 11101110 | 100101 | 110110 | 0 | 111 | 100000011 | 1001111 | 1000100 |
Color Harmonies of #976EEE
Complementary color
Monochromatic Colors of #976EEE
Black with #976EEE
Text Example
Text Example
White with #976EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976EEE; }
p { color: rgb(151,110,238); }
H1.HeaderClassName
{
color: #976EEE;
}
.AnyTagClassName
{
color: #976EEE;
}
</style>
background-color css
<style>
a { background-color: #976EEE; }
a { background-color: rgb(151,110,238); }
div.DivClassName
{
background-color: #976EEE;
}
.BgClassName
{
background-color: #976EEE;
}
</style>
border-color css
<style>
span { border-color: #976EEE; }
span { border-color: rgb(151,110,238); }
td.TdClassName
{
border-color: #976EEE;
}
.TagClassName
{
border-color: #976EEE;
}
</style>