Shades of Medium Purple #9980DB
Tints of Medium Purple #9980DB
RGB
CMYK
RGB Variations
Color information
#9980DB (or 0x9980DB) is known color: Medium Purple. HEX triplet: 99, 80 and DB. RGB value is (153,128,219). Sum of RGB (Red+Green+Blue) = 153+128+219=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #9980DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980DB is #667F24. Grayscale: #919191. Windows color (decimal): -6717221 or 14385305. OLE color: 14385305.
HSL color Cylindrical-coordinate representation of color #9980DB: hue angle of 256.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9980DB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 128 | 219 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.14 |
| HSL | 256.48º | 0.56% | 0.68% | - |
| HSV(B) | 256.48º | 0.42% | 0.86% | - |
| XYZ | 33.64 | 27.33 | 70.52 | - |
| YUV | 145.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 219 | 0.30 | 0.42 | 0 | 0.14 | 256.48 | 0.56 | 0.68 |
| Hex | 99 | 80 | DB | 1E | 2A | 0 | E | 100 | 38 | 44 |
| Octal | 231 | 200 | 333 | 36 | 52 | 0 | 16 | 400 | 70 | 104 |
| Binary | 10011001 | 10000000 | 11011011 | 11110 | 101010 | 0 | 1110 | 100000000 | 111000 | 1000100 |
Color Harmonies of #9980DB
Complementary color
Monochromatic Colors of #9980DB
Black with #9980DB
Text Example
Text Example
White with #9980DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980DB; }
p { color: rgb(153,128,219); }
H1.HeaderClassName
{
color: #9980DB;
}
.AnyTagClassName
{
color: #9980DB;
}
</style>
background-color css
<style>
a { background-color: #9980DB; }
a { background-color: rgb(153,128,219); }
div.DivClassName
{
background-color: #9980DB;
}
.BgClassName
{
background-color: #9980DB;
}
</style>
border-color css
<style>
span { border-color: #9980DB; }
span { border-color: rgb(153,128,219); }
td.TdClassName
{
border-color: #9980DB;
}
.TagClassName
{
border-color: #9980DB;
}
</style>