Shades of Medium Purple #977FD4
Tints of Medium Purple #977FD4
RGB
CMYK
RGB Variations
Color information
#977FD4 (or 0x977FD4) is known color: Medium Purple. HEX triplet: 97, 7F and D4. RGB value is (151,127,212). Sum of RGB (Red+Green+Blue) = 151+127+212=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #977FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FD4 is #68802B. Grayscale: #8F8F8F. Windows color (decimal): -6848556 or 13926295. OLE color: 13926295.
HSL color Cylindrical-coordinate representation of color #977FD4: hue angle of 256.94º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977FD4 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 127 | 212 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.17 |
| HSL | 256.94º | 0.5% | 0.66% | - |
| HSV(B) | 256.94º | 0.4% | 0.83% | - |
| XYZ | 32.24 | 26.51 | 65.71 | - |
| YUV | 143.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 212 | 0.29 | 0.40 | 0 | 0.17 | 256.94 | 0.5 | 0.66 |
| Hex | 97 | 7F | D4 | 1D | 28 | 0 | 11 | 101 | 32 | 42 |
| Octal | 227 | 177 | 324 | 35 | 50 | 0 | 21 | 401 | 62 | 102 |
| Binary | 10010111 | 1111111 | 11010100 | 11101 | 101000 | 0 | 10001 | 100000001 | 110010 | 1000010 |
Color Harmonies of #977FD4
Complementary color
Monochromatic Colors of #977FD4
Black with #977FD4
Text Example
Text Example
White with #977FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FD4; }
p { color: rgb(151,127,212); }
H1.HeaderClassName
{
color: #977FD4;
}
.AnyTagClassName
{
color: #977FD4;
}
</style>
background-color css
<style>
a { background-color: #977FD4; }
a { background-color: rgb(151,127,212); }
div.DivClassName
{
background-color: #977FD4;
}
.BgClassName
{
background-color: #977FD4;
}
</style>
border-color css
<style>
span { border-color: #977FD4; }
span { border-color: rgb(151,127,212); }
td.TdClassName
{
border-color: #977FD4;
}
.TagClassName
{
border-color: #977FD4;
}
</style>