Shades of Medium Purple #977FD1
Tints of Medium Purple #977FD1
RGB
CMYK
RGB Variations
Color information
#977FD1 (or 0x977FD1) is known color: Medium Purple. HEX triplet: 97, 7F and D1. RGB value is (151,127,209). Sum of RGB (Red+Green+Blue) = 151+127+209=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #977FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FD1 is #68802E. Grayscale: #8F8F8F. Windows color (decimal): -6848559 or 13729687. OLE color: 13729687.
HSL color Cylindrical-coordinate representation of color #977FD1: hue angle of 257.56º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977FD1 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 127 | 209 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.18 |
| HSL | 257.56º | 0.47% | 0.66% | - |
| HSV(B) | 257.56º | 0.39% | 0.82% | - |
| XYZ | 31.86 | 26.36 | 63.73 | - |
| YUV | 143.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 209 | 0.28 | 0.39 | 0 | 0.18 | 257.56 | 0.47 | 0.66 |
| Hex | 97 | 7F | D1 | 1C | 27 | 0 | 12 | 102 | 2F | 42 |
| Octal | 227 | 177 | 321 | 34 | 47 | 0 | 22 | 402 | 57 | 102 |
| Binary | 10010111 | 1111111 | 11010001 | 11100 | 100111 | 0 | 10010 | 100000010 | 101111 | 1000010 |
Color Harmonies of #977FD1
Complementary color
Monochromatic Colors of #977FD1
Black with #977FD1
Text Example
Text Example
White with #977FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FD1; }
p { color: rgb(151,127,209); }
H1.HeaderClassName
{
color: #977FD1;
}
.AnyTagClassName
{
color: #977FD1;
}
</style>
background-color css
<style>
a { background-color: #977FD1; }
a { background-color: rgb(151,127,209); }
div.DivClassName
{
background-color: #977FD1;
}
.BgClassName
{
background-color: #977FD1;
}
</style>
border-color css
<style>
span { border-color: #977FD1; }
span { border-color: rgb(151,127,209); }
td.TdClassName
{
border-color: #977FD1;
}
.TagClassName
{
border-color: #977FD1;
}
</style>