Shades of Medium Purple #977CDB
Tints of Medium Purple #977CDB
RGB
CMYK
RGB Variations
Color information
#977CDB (or 0x977CDB) is known color: Medium Purple. HEX triplet: 97, 7C and DB. RGB value is (151,124,219). Sum of RGB (Red+Green+Blue) = 151+124+219=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #977CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CDB is #688324. Grayscale: #8E8E8E. Windows color (decimal): -6849317 or 14384279. OLE color: 14384279.
HSL color Cylindrical-coordinate representation of color #977CDB: hue angle of 257.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #977CDB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 124 | 219 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.14 |
| HSL | 257.05º | 0.57% | 0.67% | - |
| HSV(B) | 257.05º | 0.43% | 0.86% | - |
| XYZ | 32.76 | 26.11 | 70.33 | - |
| YUV | 142.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 219 | 0.31 | 0.43 | 0 | 0.14 | 257.05 | 0.57 | 0.67 |
| Hex | 97 | 7C | DB | 1F | 2B | 0 | E | 101 | 39 | 43 |
| Octal | 227 | 174 | 333 | 37 | 53 | 0 | 16 | 401 | 71 | 103 |
| Binary | 10010111 | 1111100 | 11011011 | 11111 | 101011 | 0 | 1110 | 100000001 | 111001 | 1000011 |
Color Harmonies of #977CDB
Complementary color
Monochromatic Colors of #977CDB
Black with #977CDB
Text Example
Text Example
White with #977CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CDB; }
p { color: rgb(151,124,219); }
H1.HeaderClassName
{
color: #977CDB;
}
.AnyTagClassName
{
color: #977CDB;
}
</style>
background-color css
<style>
a { background-color: #977CDB; }
a { background-color: rgb(151,124,219); }
div.DivClassName
{
background-color: #977CDB;
}
.BgClassName
{
background-color: #977CDB;
}
</style>
border-color css
<style>
span { border-color: #977CDB; }
span { border-color: rgb(151,124,219); }
td.TdClassName
{
border-color: #977CDB;
}
.TagClassName
{
border-color: #977CDB;
}
</style>