Shades of Medium Purple #9D80EC
Tints of Medium Purple #9D80EC
RGB
CMYK
RGB Variations
Color information
#9D80EC (or 0x9D80EC) is known color: Medium Purple. HEX triplet: 9D, 80 and EC. RGB value is (157,128,236). Sum of RGB (Red+Green+Blue) = 157+128+236=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D80EC is #627F13. Grayscale: #949494. Windows color (decimal): -6455060 or 15499421. OLE color: 15499421.
HSL color Cylindrical-coordinate representation of color #9D80EC: hue angle of 256.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D80EC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 128 | 236 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.07 |
| HSL | 256.11º | 0.74% | 0.71% | - |
| HSV(B) | 256.11º | 0.46% | 0.93% | - |
| XYZ | 36.76 | 28.66 | 82.95 | - |
| YUV | 148.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 236 | 0.33 | 0.46 | 0 | 0.07 | 256.11 | 0.74 | 0.71 |
| Hex | 9D | 80 | EC | 21 | 2E | 0 | 7 | 100 | 4A | 47 |
| Octal | 235 | 200 | 354 | 41 | 56 | 0 | 7 | 400 | 112 | 107 |
| Binary | 10011101 | 10000000 | 11101100 | 100001 | 101110 | 0 | 111 | 100000000 | 1001010 | 1000111 |
Color Harmonies of #9D80EC
Complementary color
Monochromatic Colors of #9D80EC
Black with #9D80EC
Text Example
Text Example
White with #9D80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80EC; }
p { color: rgb(157,128,236); }
H1.HeaderClassName
{
color: #9D80EC;
}
.AnyTagClassName
{
color: #9D80EC;
}
</style>
background-color css
<style>
a { background-color: #9D80EC; }
a { background-color: rgb(157,128,236); }
div.DivClassName
{
background-color: #9D80EC;
}
.BgClassName
{
background-color: #9D80EC;
}
</style>
border-color css
<style>
span { border-color: #9D80EC; }
span { border-color: rgb(157,128,236); }
td.TdClassName
{
border-color: #9D80EC;
}
.TagClassName
{
border-color: #9D80EC;
}
</style>