Shades of Medium Purple #977CEC
Tints of Medium Purple #977CEC
RGB
CMYK
RGB Variations
Color information
#977CEC (or 0x977CEC) is known color: Medium Purple. HEX triplet: 97, 7C and EC. RGB value is (151,124,236). Sum of RGB (Red+Green+Blue) = 151+124+236=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #977CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977CEC is #688313. Grayscale: #909090. Windows color (decimal): -6849300 or 15498391. OLE color: 15498391.
HSL color Cylindrical-coordinate representation of color #977CEC: hue angle of 254.46º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977CEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 124 | 236 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 254.46º | 0.75% | 0.71% | - |
| HSV(B) | 254.46º | 0.47% | 0.93% | - |
| XYZ | 35.11 | 27.05 | 82.73 | - |
| YUV | 144.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 236 | 0.36 | 0.47 | 0 | 0.07 | 254.46 | 0.75 | 0.71 |
| Hex | 97 | 7C | EC | 24 | 2F | 0 | 7 | FE | 4B | 47 |
| Octal | 227 | 174 | 354 | 44 | 57 | 0 | 7 | 376 | 113 | 107 |
| Binary | 10010111 | 1111100 | 11101100 | 100100 | 101111 | 0 | 111 | 11111110 | 1001011 | 1000111 |
Color Harmonies of #977CEC
Complementary color
Monochromatic Colors of #977CEC
Black with #977CEC
Text Example
Text Example
White with #977CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CEC; }
p { color: rgb(151,124,236); }
H1.HeaderClassName
{
color: #977CEC;
}
.AnyTagClassName
{
color: #977CEC;
}
</style>
background-color css
<style>
a { background-color: #977CEC; }
a { background-color: rgb(151,124,236); }
div.DivClassName
{
background-color: #977CEC;
}
.BgClassName
{
background-color: #977CEC;
}
</style>
border-color css
<style>
span { border-color: #977CEC; }
span { border-color: rgb(151,124,236); }
td.TdClassName
{
border-color: #977CEC;
}
.TagClassName
{
border-color: #977CEC;
}
</style>