Shades of Medium Purple #977CDF
Tints of Medium Purple #977CDF
RGB
CMYK
RGB Variations
Color information
#977CDF (or 0x977CDF) is known color: Medium Purple. HEX triplet: 97, 7C and DF. RGB value is (151,124,223). Sum of RGB (Red+Green+Blue) = 151+124+223=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #977CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CDF is #688320. Grayscale: #8E8E8E. Windows color (decimal): -6849313 or 14646423. OLE color: 14646423.
HSL color Cylindrical-coordinate representation of color #977CDF: hue angle of 256.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977CDF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 124 | 223 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.13 |
| HSL | 256.36º | 0.61% | 0.68% | - |
| HSV(B) | 256.36º | 0.44% | 0.87% | - |
| XYZ | 33.29 | 26.32 | 73.14 | - |
| YUV | 143.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 223 | 0.32 | 0.44 | 0 | 0.13 | 256.36 | 0.61 | 0.68 |
| Hex | 97 | 7C | DF | 20 | 2C | 0 | D | 100 | 3D | 44 |
| Octal | 227 | 174 | 337 | 40 | 54 | 0 | 15 | 400 | 75 | 104 |
| Binary | 10010111 | 1111100 | 11011111 | 100000 | 101100 | 0 | 1101 | 100000000 | 111101 | 1000100 |
Color Harmonies of #977CDF
Complementary color
Monochromatic Colors of #977CDF
Black with #977CDF
Text Example
Text Example
White with #977CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CDF; }
p { color: rgb(151,124,223); }
H1.HeaderClassName
{
color: #977CDF;
}
.AnyTagClassName
{
color: #977CDF;
}
</style>
background-color css
<style>
a { background-color: #977CDF; }
a { background-color: rgb(151,124,223); }
div.DivClassName
{
background-color: #977CDF;
}
.BgClassName
{
background-color: #977CDF;
}
</style>
border-color css
<style>
span { border-color: #977CDF; }
span { border-color: rgb(151,124,223); }
td.TdClassName
{
border-color: #977CDF;
}
.TagClassName
{
border-color: #977CDF;
}
</style>