Shades of Medium Purple #9978DB
Tints of Medium Purple #9978DB
RGB
CMYK
RGB Variations
Color information
#9978DB (or 0x9978DB) is known color: Medium Purple. HEX triplet: 99, 78 and DB. RGB value is (153,120,219). Sum of RGB (Red+Green+Blue) = 153+120+219=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #9978DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978DB is #668724. Grayscale: #8C8C8C. Windows color (decimal): -6719269 or 14383257. OLE color: 14383257.
HSL color Cylindrical-coordinate representation of color #9978DB: hue angle of 260º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9978DB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 120 | 219 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.14 |
| HSL | 260º | 0.58% | 0.66% | - |
| HSV(B) | 260º | 0.45% | 0.86% | - |
| XYZ | 32.64 | 25.32 | 70.18 | - |
| YUV | 141.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 219 | 0.30 | 0.45 | 0 | 0.14 | 260 | 0.58 | 0.66 |
| Hex | 99 | 78 | DB | 1E | 2D | 0 | E | 104 | 3A | 42 |
| Octal | 231 | 170 | 333 | 36 | 55 | 0 | 16 | 404 | 72 | 102 |
| Binary | 10011001 | 1111000 | 11011011 | 11110 | 101101 | 0 | 1110 | 100000100 | 111010 | 1000010 |
Color Harmonies of #9978DB
Complementary color
Monochromatic Colors of #9978DB
Black with #9978DB
Text Example
Text Example
White with #9978DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978DB; }
p { color: rgb(153,120,219); }
H1.HeaderClassName
{
color: #9978DB;
}
.AnyTagClassName
{
color: #9978DB;
}
</style>
background-color css
<style>
a { background-color: #9978DB; }
a { background-color: rgb(153,120,219); }
div.DivClassName
{
background-color: #9978DB;
}
.BgClassName
{
background-color: #9978DB;
}
</style>
border-color css
<style>
span { border-color: #9978DB; }
span { border-color: rgb(153,120,219); }
td.TdClassName
{
border-color: #9978DB;
}
.TagClassName
{
border-color: #9978DB;
}
</style>