Shades of Medium Purple #976BE2
Tints of Medium Purple #976BE2
RGB
CMYK
RGB Variations
Color information
#976BE2 (or 0x976BE2) is known color: Medium Purple. HEX triplet: 97, 6B and E2. RGB value is (151,107,226). Sum of RGB (Red+Green+Blue) = 151+107+226=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #976BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BE2 is #68941D. Grayscale: #858585. Windows color (decimal): -6853662 or 14838679. OLE color: 14838679.
HSL color Cylindrical-coordinate representation of color #976BE2: hue angle of 262.18º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976BE2 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 107 | 226 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.11 |
| HSL | 262.18º | 0.67% | 0.65% | - |
| HSV(B) | 262.18º | 0.53% | 0.89% | - |
| XYZ | 31.75 | 22.59 | 74.64 | - |
| YUV | 133.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 226 | 0.33 | 0.53 | 0 | 0.11 | 262.18 | 0.67 | 0.65 |
| Hex | 97 | 6B | E2 | 21 | 35 | 0 | B | 106 | 43 | 41 |
| Octal | 227 | 153 | 342 | 41 | 65 | 0 | 13 | 406 | 103 | 101 |
| Binary | 10010111 | 1101011 | 11100010 | 100001 | 110101 | 0 | 1011 | 100000110 | 1000011 | 1000001 |
Color Harmonies of #976BE2
Complementary color
Monochromatic Colors of #976BE2
Black with #976BE2
Text Example
Text Example
White with #976BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BE2; }
p { color: rgb(151,107,226); }
H1.HeaderClassName
{
color: #976BE2;
}
.AnyTagClassName
{
color: #976BE2;
}
</style>
background-color css
<style>
a { background-color: #976BE2; }
a { background-color: rgb(151,107,226); }
div.DivClassName
{
background-color: #976BE2;
}
.BgClassName
{
background-color: #976BE2;
}
</style>
border-color css
<style>
span { border-color: #976BE2; }
span { border-color: rgb(151,107,226); }
td.TdClassName
{
border-color: #976BE2;
}
.TagClassName
{
border-color: #976BE2;
}
</style>