Shades of Medium Purple #976CE1
Tints of Medium Purple #976CE1
RGB
CMYK
RGB Variations
Color information
#976CE1 (or 0x976CE1) is known color: Medium Purple. HEX triplet: 97, 6C and E1. RGB value is (151,108,225). Sum of RGB (Red+Green+Blue) = 151+108+225=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #976CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CE1 is #68931E. Grayscale: #858585. Windows color (decimal): -6853407 or 14773399. OLE color: 14773399.
HSL color Cylindrical-coordinate representation of color #976CE1: hue angle of 262.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976CE1 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 108 | 225 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.12 |
| HSL | 262.05º | 0.66% | 0.65% | - |
| HSV(B) | 262.05º | 0.52% | 0.88% | - |
| XYZ | 31.72 | 22.74 | 73.95 | - |
| YUV | 134.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 225 | 0.33 | 0.52 | 0 | 0.12 | 262.05 | 0.66 | 0.65 |
| Hex | 97 | 6C | E1 | 21 | 34 | 0 | C | 106 | 42 | 41 |
| Octal | 227 | 154 | 341 | 41 | 64 | 0 | 14 | 406 | 102 | 101 |
| Binary | 10010111 | 1101100 | 11100001 | 100001 | 110100 | 0 | 1100 | 100000110 | 1000010 | 1000001 |
Color Harmonies of #976CE1
Complementary color
Monochromatic Colors of #976CE1
Black with #976CE1
Text Example
Text Example
White with #976CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976CE1; }
p { color: rgb(151,108,225); }
H1.HeaderClassName
{
color: #976CE1;
}
.AnyTagClassName
{
color: #976CE1;
}
</style>
background-color css
<style>
a { background-color: #976CE1; }
a { background-color: rgb(151,108,225); }
div.DivClassName
{
background-color: #976CE1;
}
.BgClassName
{
background-color: #976CE1;
}
</style>
border-color css
<style>
span { border-color: #976CE1; }
span { border-color: rgb(151,108,225); }
td.TdClassName
{
border-color: #976CE1;
}
.TagClassName
{
border-color: #976CE1;
}
</style>