Shades of Medium Purple #9E80DD
Tints of Medium Purple #9E80DD
RGB
CMYK
RGB Variations
Color information
#9E80DD (or 0x9E80DD) is known color: Medium Purple. HEX triplet: 9E, 80 and DD. RGB value is (158,128,221). Sum of RGB (Red+Green+Blue) = 158+128+221=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80DD is #617F22. Grayscale: #939393. Windows color (decimal): -6389539 or 14516382. OLE color: 14516382.
HSL color Cylindrical-coordinate representation of color #9E80DD: hue angle of 259.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E80DD is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 128 | 221 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.13 |
| HSL | 259.35º | 0.58% | 0.68% | - |
| HSV(B) | 259.35º | 0.42% | 0.87% | - |
| XYZ | 34.87 | 27.93 | 71.96 | - |
| YUV | 147.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 221 | 0.29 | 0.42 | 0 | 0.13 | 259.35 | 0.58 | 0.68 |
| Hex | 9E | 80 | DD | 1D | 2A | 0 | D | 103 | 3A | 44 |
| Octal | 236 | 200 | 335 | 35 | 52 | 0 | 15 | 403 | 72 | 104 |
| Binary | 10011110 | 10000000 | 11011101 | 11101 | 101010 | 0 | 1101 | 100000011 | 111010 | 1000100 |
Color Harmonies of #9E80DD
Complementary color
Monochromatic Colors of #9E80DD
Black with #9E80DD
Text Example
Text Example
White with #9E80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E80DD; }
p { color: rgb(158,128,221); }
H1.HeaderClassName
{
color: #9E80DD;
}
.AnyTagClassName
{
color: #9E80DD;
}
</style>
background-color css
<style>
a { background-color: #9E80DD; }
a { background-color: rgb(158,128,221); }
div.DivClassName
{
background-color: #9E80DD;
}
.BgClassName
{
background-color: #9E80DD;
}
</style>
border-color css
<style>
span { border-color: #9E80DD; }
span { border-color: rgb(158,128,221); }
td.TdClassName
{
border-color: #9E80DD;
}
.TagClassName
{
border-color: #9E80DD;
}
</style>