Shades of Medium Purple #977CEF
Tints of Medium Purple #977CEF
RGB
CMYK
RGB Variations
Color information
#977CEF (or 0x977CEF) is known color: Medium Purple. HEX triplet: 97, 7C and EF. RGB value is (151,124,239). Sum of RGB (Red+Green+Blue) = 151+124+239=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #977CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977CEF is #688310. Grayscale: #909090. Windows color (decimal): -6849297 or 15694999. OLE color: 15694999.
HSL color Cylindrical-coordinate representation of color #977CEF: hue angle of 254.09º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #977CEF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 124 | 239 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.06 |
| HSL | 254.09º | 0.78% | 0.71% | - |
| HSV(B) | 254.09º | 0.48% | 0.94% | - |
| XYZ | 35.55 | 27.23 | 85.04 | - |
| YUV | 145.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 239 | 0.37 | 0.48 | 0 | 0.06 | 254.09 | 0.78 | 0.71 |
| Hex | 97 | 7C | EF | 25 | 30 | 0 | 6 | FE | 4E | 47 |
| Octal | 227 | 174 | 357 | 45 | 60 | 0 | 6 | 376 | 116 | 107 |
| Binary | 10010111 | 1111100 | 11101111 | 100101 | 110000 | 0 | 110 | 11111110 | 1001110 | 1000111 |
Color Harmonies of #977CEF
Complementary color
Monochromatic Colors of #977CEF
Black with #977CEF
Text Example
Text Example
White with #977CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CEF; }
p { color: rgb(151,124,239); }
H1.HeaderClassName
{
color: #977CEF;
}
.AnyTagClassName
{
color: #977CEF;
}
</style>
background-color css
<style>
a { background-color: #977CEF; }
a { background-color: rgb(151,124,239); }
div.DivClassName
{
background-color: #977CEF;
}
.BgClassName
{
background-color: #977CEF;
}
</style>
border-color css
<style>
span { border-color: #977CEF; }
span { border-color: rgb(151,124,239); }
td.TdClassName
{
border-color: #977CEF;
}
.TagClassName
{
border-color: #977CEF;
}
</style>