Shades of Medium Purple #977FE0
Tints of Medium Purple #977FE0
RGB
CMYK
RGB Variations
Color information
#977FE0 (or 0x977FE0) is known color: Medium Purple. HEX triplet: 97, 7F and E0. RGB value is (151,127,224). Sum of RGB (Red+Green+Blue) = 151+127+224=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #977FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FE0 is #68801F. Grayscale: #909090. Windows color (decimal): -6848544 or 14712727. OLE color: 14712727.
HSL color Cylindrical-coordinate representation of color #977FE0: hue angle of 254.85º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #977FE0 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 127 | 224 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.12 |
| HSL | 254.85º | 0.61% | 0.69% | - |
| HSV(B) | 254.85º | 0.43% | 0.88% | - |
| XYZ | 33.81 | 27.14 | 73.98 | - |
| YUV | 145.23 | 172.45 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 224 | 0.33 | 0.43 | 0 | 0.12 | 254.85 | 0.61 | 0.69 |
| Hex | 97 | 7F | E0 | 21 | 2B | 0 | C | FF | 3D | 45 |
| Octal | 227 | 177 | 340 | 41 | 53 | 0 | 14 | 377 | 75 | 105 |
| Binary | 10010111 | 1111111 | 11100000 | 100001 | 101011 | 0 | 1100 | 11111111 | 111101 | 1000101 |
Color Harmonies of #977FE0
Complementary color
Monochromatic Colors of #977FE0
Black with #977FE0
Text Example
Text Example
White with #977FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FE0; }
p { color: rgb(151,127,224); }
H1.HeaderClassName
{
color: #977FE0;
}
.AnyTagClassName
{
color: #977FE0;
}
</style>
background-color css
<style>
a { background-color: #977FE0; }
a { background-color: rgb(151,127,224); }
div.DivClassName
{
background-color: #977FE0;
}
.BgClassName
{
background-color: #977FE0;
}
</style>
border-color css
<style>
span { border-color: #977FE0; }
span { border-color: rgb(151,127,224); }
td.TdClassName
{
border-color: #977FE0;
}
.TagClassName
{
border-color: #977FE0;
}
</style>