Shades of Medium Purple #996DDB
Tints of Medium Purple #996DDB
RGB
CMYK
RGB Variations
Color information
#996DDB (or 0x996DDB) is known color: Medium Purple. HEX triplet: 99, 6D and DB. RGB value is (153,109,219). Sum of RGB (Red+Green+Blue) = 153+109+219=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #996DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DDB is #669224. Grayscale: #868686. Windows color (decimal): -6722085 or 14380441. OLE color: 14380441.
HSL color Cylindrical-coordinate representation of color #996DDB: hue angle of 264º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996DDB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 109 | 219 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.14 |
| HSL | 264º | 0.6% | 0.64% | - |
| HSV(B) | 264º | 0.5% | 0.86% | - |
| XYZ | 31.39 | 22.82 | 69.77 | - |
| YUV | 134.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 219 | 0.30 | 0.50 | 0 | 0.14 | 264 | 0.6 | 0.64 |
| Hex | 99 | 6D | DB | 1E | 32 | 0 | E | 108 | 3C | 40 |
| Octal | 231 | 155 | 333 | 36 | 62 | 0 | 16 | 410 | 74 | 100 |
| Binary | 10011001 | 1101101 | 11011011 | 11110 | 110010 | 0 | 1110 | 100001000 | 111100 | 1000000 |
Color Harmonies of #996DDB
Complementary color
Monochromatic Colors of #996DDB
Black with #996DDB
Text Example
Text Example
White with #996DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DDB; }
p { color: rgb(153,109,219); }
H1.HeaderClassName
{
color: #996DDB;
}
.AnyTagClassName
{
color: #996DDB;
}
</style>
background-color css
<style>
a { background-color: #996DDB; }
a { background-color: rgb(153,109,219); }
div.DivClassName
{
background-color: #996DDB;
}
.BgClassName
{
background-color: #996DDB;
}
</style>
border-color css
<style>
span { border-color: #996DDB; }
span { border-color: rgb(153,109,219); }
td.TdClassName
{
border-color: #996DDB;
}
.TagClassName
{
border-color: #996DDB;
}
</style>