Shades of Medium Purple #977DDD
Tints of Medium Purple #977DDD
RGB
CMYK
RGB Variations
Color information
#977DDD (or 0x977DDD) is known color: Medium Purple. HEX triplet: 97, 7D and DD. RGB value is (151,125,221). Sum of RGB (Red+Green+Blue) = 151+125+221=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #977DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DDD is #688222. Grayscale: #8F8F8F. Windows color (decimal): -6849059 or 14515607. OLE color: 14515607.
HSL color Cylindrical-coordinate representation of color #977DDD: hue angle of 256.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #977DDD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 125 | 221 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.13 |
| HSL | 256.25º | 0.59% | 0.68% | - |
| HSV(B) | 256.25º | 0.43% | 0.87% | - |
| XYZ | 33.15 | 26.47 | 71.77 | - |
| YUV | 143.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 221 | 0.32 | 0.43 | 0 | 0.13 | 256.25 | 0.59 | 0.68 |
| Hex | 97 | 7D | DD | 20 | 2B | 0 | D | 100 | 3B | 44 |
| Octal | 227 | 175 | 335 | 40 | 53 | 0 | 15 | 400 | 73 | 104 |
| Binary | 10010111 | 1111101 | 11011101 | 100000 | 101011 | 0 | 1101 | 100000000 | 111011 | 1000100 |
Color Harmonies of #977DDD
Complementary color
Monochromatic Colors of #977DDD
Black with #977DDD
Text Example
Text Example
White with #977DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DDD; }
p { color: rgb(151,125,221); }
H1.HeaderClassName
{
color: #977DDD;
}
.AnyTagClassName
{
color: #977DDD;
}
</style>
background-color css
<style>
a { background-color: #977DDD; }
a { background-color: rgb(151,125,221); }
div.DivClassName
{
background-color: #977DDD;
}
.BgClassName
{
background-color: #977DDD;
}
</style>
border-color css
<style>
span { border-color: #977DDD; }
span { border-color: rgb(151,125,221); }
td.TdClassName
{
border-color: #977DDD;
}
.TagClassName
{
border-color: #977DDD;
}
</style>