Shades of Medium Purple #997EDB
Tints of Medium Purple #997EDB
RGB
CMYK
RGB Variations
Color information
#997EDB (or 0x997EDB) is known color: Medium Purple. HEX triplet: 99, 7E and DB. RGB value is (153,126,219). Sum of RGB (Red+Green+Blue) = 153+126+219=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #997EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EDB is #668124. Grayscale: #909090. Windows color (decimal): -6717733 or 14384793. OLE color: 14384793.
HSL color Cylindrical-coordinate representation of color #997EDB: hue angle of 257.42º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997EDB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 126 | 219 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.14 |
| HSL | 257.42º | 0.56% | 0.68% | - |
| HSV(B) | 257.42º | 0.42% | 0.86% | - |
| XYZ | 33.38 | 26.81 | 70.43 | - |
| YUV | 144.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 219 | 0.30 | 0.42 | 0 | 0.14 | 257.42 | 0.56 | 0.68 |
| Hex | 99 | 7E | DB | 1E | 2A | 0 | E | 101 | 38 | 44 |
| Octal | 231 | 176 | 333 | 36 | 52 | 0 | 16 | 401 | 70 | 104 |
| Binary | 10011001 | 1111110 | 11011011 | 11110 | 101010 | 0 | 1110 | 100000001 | 111000 | 1000100 |
Color Harmonies of #997EDB
Complementary color
Monochromatic Colors of #997EDB
Black with #997EDB
Text Example
Text Example
White with #997EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EDB; }
p { color: rgb(153,126,219); }
H1.HeaderClassName
{
color: #997EDB;
}
.AnyTagClassName
{
color: #997EDB;
}
</style>
background-color css
<style>
a { background-color: #997EDB; }
a { background-color: rgb(153,126,219); }
div.DivClassName
{
background-color: #997EDB;
}
.BgClassName
{
background-color: #997EDB;
}
</style>
border-color css
<style>
span { border-color: #997EDB; }
span { border-color: rgb(153,126,219); }
td.TdClassName
{
border-color: #997EDB;
}
.TagClassName
{
border-color: #997EDB;
}
</style>