Shades of Medium Purple #976CEC
Tints of Medium Purple #976CEC
RGB
CMYK
RGB Variations
Color information
#976CEC (or 0x976CEC) is known color: Medium Purple. HEX triplet: 97, 6C and EC. RGB value is (151,108,236). Sum of RGB (Red+Green+Blue) = 151+108+236=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #976CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976CEC is #689313. Grayscale: #868686. Windows color (decimal): -6853396 or 15494295. OLE color: 15494295.
HSL color Cylindrical-coordinate representation of color #976CEC: hue angle of 260.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #976CEC is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 108 | 236 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.07 |
| HSL | 260.16º | 0.77% | 0.67% | - |
| HSV(B) | 260.16º | 0.54% | 0.93% | - |
| XYZ | 33.27 | 23.36 | 82.11 | - |
| YUV | 135.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 236 | 0.36 | 0.54 | 0 | 0.07 | 260.16 | 0.77 | 0.67 |
| Hex | 97 | 6C | EC | 24 | 36 | 0 | 7 | 104 | 4D | 43 |
| Octal | 227 | 154 | 354 | 44 | 66 | 0 | 7 | 404 | 115 | 103 |
| Binary | 10010111 | 1101100 | 11101100 | 100100 | 110110 | 0 | 111 | 100000100 | 1001101 | 1000011 |
Color Harmonies of #976CEC
Complementary color
Monochromatic Colors of #976CEC
Black with #976CEC
Text Example
Text Example
White with #976CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976CEC; }
p { color: rgb(151,108,236); }
H1.HeaderClassName
{
color: #976CEC;
}
.AnyTagClassName
{
color: #976CEC;
}
</style>
background-color css
<style>
a { background-color: #976CEC; }
a { background-color: rgb(151,108,236); }
div.DivClassName
{
background-color: #976CEC;
}
.BgClassName
{
background-color: #976CEC;
}
</style>
border-color css
<style>
span { border-color: #976CEC; }
span { border-color: rgb(151,108,236); }
td.TdClassName
{
border-color: #976CEC;
}
.TagClassName
{
border-color: #976CEC;
}
</style>