Shades of Medium Purple #977ADB
Tints of Medium Purple #977ADB
RGB
CMYK
RGB Variations
Color information
#977ADB (or 0x977ADB) is known color: Medium Purple. HEX triplet: 97, 7A and DB. RGB value is (151,122,219). Sum of RGB (Red+Green+Blue) = 151+122+219=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #977ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ADB is #688524. Grayscale: #8D8D8D. Windows color (decimal): -6849829 or 14383767. OLE color: 14383767.
HSL color Cylindrical-coordinate representation of color #977ADB: hue angle of 257.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977ADB is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 122 | 219 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.14 |
| HSL | 257.94º | 0.57% | 0.67% | - |
| HSV(B) | 257.94º | 0.44% | 0.86% | - |
| XYZ | 32.51 | 25.61 | 70.25 | - |
| YUV | 141.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 219 | 0.31 | 0.44 | 0 | 0.14 | 257.94 | 0.57 | 0.67 |
| Hex | 97 | 7A | DB | 1F | 2C | 0 | E | 102 | 39 | 43 |
| Octal | 227 | 172 | 333 | 37 | 54 | 0 | 16 | 402 | 71 | 103 |
| Binary | 10010111 | 1111010 | 11011011 | 11111 | 101100 | 0 | 1110 | 100000010 | 111001 | 1000011 |
Color Harmonies of #977ADB
Complementary color
Monochromatic Colors of #977ADB
Black with #977ADB
Text Example
Text Example
White with #977ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977ADB; }
p { color: rgb(151,122,219); }
H1.HeaderClassName
{
color: #977ADB;
}
.AnyTagClassName
{
color: #977ADB;
}
</style>
background-color css
<style>
a { background-color: #977ADB; }
a { background-color: rgb(151,122,219); }
div.DivClassName
{
background-color: #977ADB;
}
.BgClassName
{
background-color: #977ADB;
}
</style>
border-color css
<style>
span { border-color: #977ADB; }
span { border-color: rgb(151,122,219); }
td.TdClassName
{
border-color: #977ADB;
}
.TagClassName
{
border-color: #977ADB;
}
</style>