Shades of Medium Purple #977DD2
Tints of Medium Purple #977DD2
RGB
CMYK
RGB Variations
Color information
#977DD2 (or 0x977DD2) is known color: Medium Purple. HEX triplet: 97, 7D and D2. RGB value is (151,125,210). Sum of RGB (Red+Green+Blue) = 151+125+210=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #977DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DD2 is #68822D. Grayscale: #8E8E8E. Windows color (decimal): -6849070 or 13794711. OLE color: 13794711.
HSL color Cylindrical-coordinate representation of color #977DD2: hue angle of 258.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977DD2 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 125 | 210 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.18 |
| HSL | 258.35º | 0.49% | 0.66% | - |
| HSV(B) | 258.35º | 0.4% | 0.82% | - |
| XYZ | 31.73 | 25.9 | 64.3 | - |
| YUV | 142.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 210 | 0.28 | 0.40 | 0 | 0.18 | 258.35 | 0.49 | 0.66 |
| Hex | 97 | 7D | D2 | 1C | 28 | 0 | 12 | 102 | 31 | 42 |
| Octal | 227 | 175 | 322 | 34 | 50 | 0 | 22 | 402 | 61 | 102 |
| Binary | 10010111 | 1111101 | 11010010 | 11100 | 101000 | 0 | 10010 | 100000010 | 110001 | 1000010 |
Color Harmonies of #977DD2
Complementary color
Monochromatic Colors of #977DD2
Black with #977DD2
Text Example
Text Example
White with #977DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DD2; }
p { color: rgb(151,125,210); }
H1.HeaderClassName
{
color: #977DD2;
}
.AnyTagClassName
{
color: #977DD2;
}
</style>
background-color css
<style>
a { background-color: #977DD2; }
a { background-color: rgb(151,125,210); }
div.DivClassName
{
background-color: #977DD2;
}
.BgClassName
{
background-color: #977DD2;
}
</style>
border-color css
<style>
span { border-color: #977DD2; }
span { border-color: rgb(151,125,210); }
td.TdClassName
{
border-color: #977DD2;
}
.TagClassName
{
border-color: #977DD2;
}
</style>