Shades of Medium Purple #9979DB
Tints of Medium Purple #9979DB
RGB
CMYK
RGB Variations
Color information
#9979DB (or 0x9979DB) is known color: Medium Purple. HEX triplet: 99, 79 and DB. RGB value is (153,121,219). Sum of RGB (Red+Green+Blue) = 153+121+219=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #9979DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979DB is #668624. Grayscale: #8D8D8D. Windows color (decimal): -6719013 or 14383513. OLE color: 14383513.
HSL color Cylindrical-coordinate representation of color #9979DB: hue angle of 259.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9979DB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 121 | 219 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.14 |
| HSL | 259.59º | 0.58% | 0.67% | - |
| HSV(B) | 259.59º | 0.45% | 0.86% | - |
| XYZ | 32.76 | 25.56 | 70.23 | - |
| YUV | 141.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 219 | 0.30 | 0.45 | 0 | 0.14 | 259.59 | 0.58 | 0.67 |
| Hex | 99 | 79 | DB | 1E | 2D | 0 | E | 104 | 3A | 43 |
| Octal | 231 | 171 | 333 | 36 | 55 | 0 | 16 | 404 | 72 | 103 |
| Binary | 10011001 | 1111001 | 11011011 | 11110 | 101101 | 0 | 1110 | 100000100 | 111010 | 1000011 |
Color Harmonies of #9979DB
Complementary color
Monochromatic Colors of #9979DB
Black with #9979DB
Text Example
Text Example
White with #9979DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979DB; }
p { color: rgb(153,121,219); }
H1.HeaderClassName
{
color: #9979DB;
}
.AnyTagClassName
{
color: #9979DB;
}
</style>
background-color css
<style>
a { background-color: #9979DB; }
a { background-color: rgb(153,121,219); }
div.DivClassName
{
background-color: #9979DB;
}
.BgClassName
{
background-color: #9979DB;
}
</style>
border-color css
<style>
span { border-color: #9979DB; }
span { border-color: rgb(153,121,219); }
td.TdClassName
{
border-color: #9979DB;
}
.TagClassName
{
border-color: #9979DB;
}
</style>