Shades of Medium Purple #977FE3
Tints of Medium Purple #977FE3
RGB
CMYK
RGB Variations
Color information
#977FE3 (or 0x977FE3) is known color: Medium Purple. HEX triplet: 97, 7F and E3. RGB value is (151,127,227). Sum of RGB (Red+Green+Blue) = 151+127+227=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #977FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FE3 is #68801C. Grayscale: #919191. Windows color (decimal): -6848541 or 14909335. OLE color: 14909335.
HSL color Cylindrical-coordinate representation of color #977FE3: hue angle of 254.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977FE3 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 127 | 227 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.11 |
| HSL | 254.4º | 0.64% | 0.69% | - |
| HSV(B) | 254.4º | 0.44% | 0.89% | - |
| XYZ | 34.22 | 27.3 | 76.14 | - |
| YUV | 145.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 227 | 0.33 | 0.44 | 0 | 0.11 | 254.4 | 0.64 | 0.69 |
| Hex | 97 | 7F | E3 | 21 | 2C | 0 | B | FE | 40 | 45 |
| Octal | 227 | 177 | 343 | 41 | 54 | 0 | 13 | 376 | 100 | 105 |
| Binary | 10010111 | 1111111 | 11100011 | 100001 | 101100 | 0 | 1011 | 11111110 | 1000000 | 1000101 |
Color Harmonies of #977FE3
Complementary color
Monochromatic Colors of #977FE3
Black with #977FE3
Text Example
Text Example
White with #977FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FE3; }
p { color: rgb(151,127,227); }
H1.HeaderClassName
{
color: #977FE3;
}
.AnyTagClassName
{
color: #977FE3;
}
</style>
background-color css
<style>
a { background-color: #977FE3; }
a { background-color: rgb(151,127,227); }
div.DivClassName
{
background-color: #977FE3;
}
.BgClassName
{
background-color: #977FE3;
}
</style>
border-color css
<style>
span { border-color: #977FE3; }
span { border-color: rgb(151,127,227); }
td.TdClassName
{
border-color: #977FE3;
}
.TagClassName
{
border-color: #977FE3;
}
</style>