Shades of Medium Purple #977FEF
Tints of Medium Purple #977FEF
RGB
CMYK
RGB Variations
Color information
#977FEF (or 0x977FEF) is known color: Medium Purple. HEX triplet: 97, 7F and EF. RGB value is (151,127,239). Sum of RGB (Red+Green+Blue) = 151+127+239=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #977FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977FEF is #688010. Grayscale: #929292. Windows color (decimal): -6848529 or 15695767. OLE color: 15695767.
HSL color Cylindrical-coordinate representation of color #977FEF: hue angle of 252.86º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977FEF is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 127 | 239 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.06 |
| HSL | 252.86º | 0.78% | 0.72% | - |
| HSV(B) | 252.86º | 0.47% | 0.94% | - |
| XYZ | 35.93 | 27.99 | 85.17 | - |
| YUV | 146.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 239 | 0.37 | 0.47 | 0 | 0.06 | 252.86 | 0.78 | 0.72 |
| Hex | 97 | 7F | EF | 25 | 2F | 0 | 6 | FD | 4E | 48 |
| Octal | 227 | 177 | 357 | 45 | 57 | 0 | 6 | 375 | 116 | 110 |
| Binary | 10010111 | 1111111 | 11101111 | 100101 | 101111 | 0 | 110 | 11111101 | 1001110 | 1001000 |
Color Harmonies of #977FEF
Complementary color
Monochromatic Colors of #977FEF
Black with #977FEF
Text Example
Text Example
White with #977FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FEF; }
p { color: rgb(151,127,239); }
H1.HeaderClassName
{
color: #977FEF;
}
.AnyTagClassName
{
color: #977FEF;
}
</style>
background-color css
<style>
a { background-color: #977FEF; }
a { background-color: rgb(151,127,239); }
div.DivClassName
{
background-color: #977FEF;
}
.BgClassName
{
background-color: #977FEF;
}
</style>
border-color css
<style>
span { border-color: #977FEF; }
span { border-color: rgb(151,127,239); }
td.TdClassName
{
border-color: #977FEF;
}
.TagClassName
{
border-color: #977FEF;
}
</style>