Shades of Medium Purple #977FDC
Tints of Medium Purple #977FDC
RGB
CMYK
RGB Variations
Color information
#977FDC (or 0x977FDC) is known color: Medium Purple. HEX triplet: 97, 7F and DC. RGB value is (151,127,220). Sum of RGB (Red+Green+Blue) = 151+127+220=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #977FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FDC is #688023. Grayscale: #909090. Windows color (decimal): -6848548 or 14450583. OLE color: 14450583.
HSL color Cylindrical-coordinate representation of color #977FDC: hue angle of 255.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977FDC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 127 | 220 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.14 |
| HSL | 255.48º | 0.57% | 0.68% | - |
| HSV(B) | 255.48º | 0.42% | 0.86% | - |
| XYZ | 33.27 | 26.93 | 71.15 | - |
| YUV | 144.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 220 | 0.31 | 0.42 | 0 | 0.14 | 255.48 | 0.57 | 0.68 |
| Hex | 97 | 7F | DC | 1F | 2A | 0 | E | FF | 39 | 44 |
| Octal | 227 | 177 | 334 | 37 | 52 | 0 | 16 | 377 | 71 | 104 |
| Binary | 10010111 | 1111111 | 11011100 | 11111 | 101010 | 0 | 1110 | 11111111 | 111001 | 1000100 |
Color Harmonies of #977FDC
Complementary color
Monochromatic Colors of #977FDC
Black with #977FDC
Text Example
Text Example
White with #977FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FDC; }
p { color: rgb(151,127,220); }
H1.HeaderClassName
{
color: #977FDC;
}
.AnyTagClassName
{
color: #977FDC;
}
</style>
background-color css
<style>
a { background-color: #977FDC; }
a { background-color: rgb(151,127,220); }
div.DivClassName
{
background-color: #977FDC;
}
.BgClassName
{
background-color: #977FDC;
}
</style>
border-color css
<style>
span { border-color: #977FDC; }
span { border-color: rgb(151,127,220); }
td.TdClassName
{
border-color: #977FDC;
}
.TagClassName
{
border-color: #977FDC;
}
</style>