Shades of Medium Purple #977FE1
Tints of Medium Purple #977FE1
RGB
CMYK
RGB Variations
Color information
#977FE1 (or 0x977FE1) is known color: Medium Purple. HEX triplet: 97, 7F and E1. RGB value is (151,127,225). Sum of RGB (Red+Green+Blue) = 151+127+225=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #977FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FE1 is #68801E. Grayscale: #909090. Windows color (decimal): -6848543 or 14778263. OLE color: 14778263.
HSL color Cylindrical-coordinate representation of color #977FE1: hue angle of 254.69º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977FE1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 127 | 225 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.12 |
| HSL | 254.69º | 0.62% | 0.69% | - |
| HSV(B) | 254.69º | 0.44% | 0.88% | - |
| XYZ | 33.94 | 27.19 | 74.69 | - |
| YUV | 145.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 225 | 0.33 | 0.44 | 0 | 0.12 | 254.69 | 0.62 | 0.69 |
| Hex | 97 | 7F | E1 | 21 | 2C | 0 | C | FF | 3E | 45 |
| Octal | 227 | 177 | 341 | 41 | 54 | 0 | 14 | 377 | 76 | 105 |
| Binary | 10010111 | 1111111 | 11100001 | 100001 | 101100 | 0 | 1100 | 11111111 | 111110 | 1000101 |
Color Harmonies of #977FE1
Complementary color
Monochromatic Colors of #977FE1
Black with #977FE1
Text Example
Text Example
White with #977FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FE1; }
p { color: rgb(151,127,225); }
H1.HeaderClassName
{
color: #977FE1;
}
.AnyTagClassName
{
color: #977FE1;
}
</style>
background-color css
<style>
a { background-color: #977FE1; }
a { background-color: rgb(151,127,225); }
div.DivClassName
{
background-color: #977FE1;
}
.BgClassName
{
background-color: #977FE1;
}
</style>
border-color css
<style>
span { border-color: #977FE1; }
span { border-color: rgb(151,127,225); }
td.TdClassName
{
border-color: #977FE1;
}
.TagClassName
{
border-color: #977FE1;
}
</style>