Shades of Medium Purple #9980DC
Tints of Medium Purple #9980DC
RGB
CMYK
RGB Variations
Color information
#9980DC (or 0x9980DC) is known color: Medium Purple. HEX triplet: 99, 80 and DC. RGB value is (153,128,220). Sum of RGB (Red+Green+Blue) = 153+128+220=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #9980DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980DC is #667F23. Grayscale: #919191. Windows color (decimal): -6717220 or 14450841. OLE color: 14450841.
HSL color Cylindrical-coordinate representation of color #9980DC: hue angle of 256.3º degrees, saturation: 0.57, 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 #9980DC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 128 | 220 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.14 |
| HSL | 256.3º | 0.57% | 0.68% | - |
| HSV(B) | 256.3º | 0.42% | 0.86% | - |
| XYZ | 33.77 | 27.38 | 71.21 | - |
| YUV | 145.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 220 | 0.30 | 0.42 | 0 | 0.14 | 256.3 | 0.57 | 0.68 |
| Hex | 99 | 80 | DC | 1E | 2A | 0 | E | 100 | 39 | 44 |
| Octal | 231 | 200 | 334 | 36 | 52 | 0 | 16 | 400 | 71 | 104 |
| Binary | 10011001 | 10000000 | 11011100 | 11110 | 101010 | 0 | 1110 | 100000000 | 111001 | 1000100 |
Color Harmonies of #9980DC
Complementary color
Monochromatic Colors of #9980DC
Black with #9980DC
Text Example
Text Example
White with #9980DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980DC; }
p { color: rgb(153,128,220); }
H1.HeaderClassName
{
color: #9980DC;
}
.AnyTagClassName
{
color: #9980DC;
}
</style>
background-color css
<style>
a { background-color: #9980DC; }
a { background-color: rgb(153,128,220); }
div.DivClassName
{
background-color: #9980DC;
}
.BgClassName
{
background-color: #9980DC;
}
</style>
border-color css
<style>
span { border-color: #9980DC; }
span { border-color: rgb(153,128,220); }
td.TdClassName
{
border-color: #9980DC;
}
.TagClassName
{
border-color: #9980DC;
}
</style>