Shades of Medium Purple #996EDB
Tints of Medium Purple #996EDB
RGB
CMYK
RGB Variations
Color information
#996EDB (or 0x996EDB) is known color: Medium Purple. HEX triplet: 99, 6E and DB. RGB value is (153,110,219). Sum of RGB (Red+Green+Blue) = 153+110+219=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #996EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EDB is #669124. Grayscale: #868686. Windows color (decimal): -6721829 or 14380697. OLE color: 14380697.
HSL color Cylindrical-coordinate representation of color #996EDB: hue angle of 263.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996EDB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 110 | 219 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.14 |
| HSL | 263.67º | 0.6% | 0.65% | - |
| HSV(B) | 263.67º | 0.5% | 0.86% | - |
| XYZ | 31.5 | 23.04 | 69.8 | - |
| YUV | 135.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 219 | 0.30 | 0.50 | 0 | 0.14 | 263.67 | 0.6 | 0.65 |
| Hex | 99 | 6E | DB | 1E | 32 | 0 | E | 108 | 3C | 41 |
| Octal | 231 | 156 | 333 | 36 | 62 | 0 | 16 | 410 | 74 | 101 |
| Binary | 10011001 | 1101110 | 11011011 | 11110 | 110010 | 0 | 1110 | 100001000 | 111100 | 1000001 |
Color Harmonies of #996EDB
Complementary color
Monochromatic Colors of #996EDB
Black with #996EDB
Text Example
Text Example
White with #996EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996EDB; }
p { color: rgb(153,110,219); }
H1.HeaderClassName
{
color: #996EDB;
}
.AnyTagClassName
{
color: #996EDB;
}
</style>
background-color css
<style>
a { background-color: #996EDB; }
a { background-color: rgb(153,110,219); }
div.DivClassName
{
background-color: #996EDB;
}
.BgClassName
{
background-color: #996EDB;
}
</style>
border-color css
<style>
span { border-color: #996EDB; }
span { border-color: rgb(153,110,219); }
td.TdClassName
{
border-color: #996EDB;
}
.TagClassName
{
border-color: #996EDB;
}
</style>