Shades of Medium Purple #996FDB
Tints of Medium Purple #996FDB
RGB
CMYK
RGB Variations
Color information
#996FDB (or 0x996FDB) is known color: Medium Purple. HEX triplet: 99, 6F and DB. RGB value is (153,111,219). Sum of RGB (Red+Green+Blue) = 153+111+219=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #996FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FDB is #669024. Grayscale: #878787. Windows color (decimal): -6721573 or 14380953. OLE color: 14380953.
HSL color Cylindrical-coordinate representation of color #996FDB: hue angle of 263.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #996FDB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 111 | 219 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.14 |
| HSL | 263.33º | 0.6% | 0.65% | - |
| HSV(B) | 263.33º | 0.49% | 0.86% | - |
| XYZ | 31.61 | 23.26 | 69.84 | - |
| YUV | 135.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 219 | 0.30 | 0.49 | 0 | 0.14 | 263.33 | 0.6 | 0.65 |
| Hex | 99 | 6F | DB | 1E | 31 | 0 | E | 107 | 3C | 41 |
| Octal | 231 | 157 | 333 | 36 | 61 | 0 | 16 | 407 | 74 | 101 |
| Binary | 10011001 | 1101111 | 11011011 | 11110 | 110001 | 0 | 1110 | 100000111 | 111100 | 1000001 |
Color Harmonies of #996FDB
Complementary color
Monochromatic Colors of #996FDB
Black with #996FDB
Text Example
Text Example
White with #996FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FDB; }
p { color: rgb(153,111,219); }
H1.HeaderClassName
{
color: #996FDB;
}
.AnyTagClassName
{
color: #996FDB;
}
</style>
background-color css
<style>
a { background-color: #996FDB; }
a { background-color: rgb(153,111,219); }
div.DivClassName
{
background-color: #996FDB;
}
.BgClassName
{
background-color: #996FDB;
}
</style>
border-color css
<style>
span { border-color: #996FDB; }
span { border-color: rgb(153,111,219); }
td.TdClassName
{
border-color: #996FDB;
}
.TagClassName
{
border-color: #996FDB;
}
</style>