Shades of Medium Purple #977DDC
Tints of Medium Purple #977DDC
RGB
CMYK
RGB Variations
Color information
#977DDC (or 0x977DDC) is known color: Medium Purple. HEX triplet: 97, 7D and DC. RGB value is (151,125,220). Sum of RGB (Red+Green+Blue) = 151+125+220=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #977DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DDC is #688223. Grayscale: #8F8F8F. Windows color (decimal): -6849060 or 14450071. OLE color: 14450071.
HSL color Cylindrical-coordinate representation of color #977DDC: hue angle of 256.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #977DDC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 125 | 220 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.14 |
| HSL | 256.42º | 0.58% | 0.68% | - |
| HSV(B) | 256.42º | 0.43% | 0.86% | - |
| XYZ | 33.01 | 26.41 | 71.07 | - |
| YUV | 143.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 220 | 0.31 | 0.43 | 0 | 0.14 | 256.42 | 0.58 | 0.68 |
| Hex | 97 | 7D | DC | 1F | 2B | 0 | E | 100 | 3A | 44 |
| Octal | 227 | 175 | 334 | 37 | 53 | 0 | 16 | 400 | 72 | 104 |
| Binary | 10010111 | 1111101 | 11011100 | 11111 | 101011 | 0 | 1110 | 100000000 | 111010 | 1000100 |
Color Harmonies of #977DDC
Complementary color
Monochromatic Colors of #977DDC
Black with #977DDC
Text Example
Text Example
White with #977DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DDC; }
p { color: rgb(151,125,220); }
H1.HeaderClassName
{
color: #977DDC;
}
.AnyTagClassName
{
color: #977DDC;
}
</style>
background-color css
<style>
a { background-color: #977DDC; }
a { background-color: rgb(151,125,220); }
div.DivClassName
{
background-color: #977DDC;
}
.BgClassName
{
background-color: #977DDC;
}
</style>
border-color css
<style>
span { border-color: #977DDC; }
span { border-color: rgb(151,125,220); }
td.TdClassName
{
border-color: #977DDC;
}
.TagClassName
{
border-color: #977DDC;
}
</style>