Shades of Medium Purple #977DDB
Tints of Medium Purple #977DDB
RGB
CMYK
RGB Variations
Color information
#977DDB (or 0x977DDB) is known color: Medium Purple. HEX triplet: 97, 7D and DB. RGB value is (151,125,219). Sum of RGB (Red+Green+Blue) = 151+125+219=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #977DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DDB is #688224. Grayscale: #8F8F8F. Windows color (decimal): -6849061 or 14384535. OLE color: 14384535.
HSL color Cylindrical-coordinate representation of color #977DDB: hue angle of 256.6º 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 #977DDB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 125 | 219 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.14 |
| HSL | 256.6º | 0.57% | 0.67% | - |
| HSV(B) | 256.6º | 0.43% | 0.86% | - |
| XYZ | 32.88 | 26.36 | 70.37 | - |
| YUV | 143.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 219 | 0.31 | 0.43 | 0 | 0.14 | 256.6 | 0.57 | 0.67 |
| Hex | 97 | 7D | DB | 1F | 2B | 0 | E | 101 | 39 | 43 |
| Octal | 227 | 175 | 333 | 37 | 53 | 0 | 16 | 401 | 71 | 103 |
| Binary | 10010111 | 1111101 | 11011011 | 11111 | 101011 | 0 | 1110 | 100000001 | 111001 | 1000011 |
Color Harmonies of #977DDB
Complementary color
Monochromatic Colors of #977DDB
Black with #977DDB
Text Example
Text Example
White with #977DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DDB; }
p { color: rgb(151,125,219); }
H1.HeaderClassName
{
color: #977DDB;
}
.AnyTagClassName
{
color: #977DDB;
}
</style>
background-color css
<style>
a { background-color: #977DDB; }
a { background-color: rgb(151,125,219); }
div.DivClassName
{
background-color: #977DDB;
}
.BgClassName
{
background-color: #977DDB;
}
</style>
border-color css
<style>
span { border-color: #977DDB; }
span { border-color: rgb(151,125,219); }
td.TdClassName
{
border-color: #977DDB;
}
.TagClassName
{
border-color: #977DDB;
}
</style>