Shades of Medium Purple #9E80EB
Tints of Medium Purple #9E80EB
RGB
CMYK
RGB Variations
Color information
#9E80EB (or 0x9E80EB) is known color: Medium Purple. HEX triplet: 9E, 80 and EB. RGB value is (158,128,235). Sum of RGB (Red+Green+Blue) = 158+128+235=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E80EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E80EB is #617F14. Grayscale: #949494. Windows color (decimal): -6389525 or 15433886. OLE color: 15433886.
HSL color Cylindrical-coordinate representation of color #9E80EB: hue angle of 256.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E80EB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 128 | 235 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.08 |
| HSL | 256.82º | 0.73% | 0.71% | - |
| HSV(B) | 256.82º | 0.46% | 0.92% | - |
| XYZ | 36.82 | 28.71 | 82.2 | - |
| YUV | 149.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 235 | 0.33 | 0.46 | 0 | 0.08 | 256.82 | 0.73 | 0.71 |
| Hex | 9E | 80 | EB | 21 | 2E | 0 | 8 | 101 | 49 | 47 |
| Octal | 236 | 200 | 353 | 41 | 56 | 0 | 10 | 401 | 111 | 107 |
| Binary | 10011110 | 10000000 | 11101011 | 100001 | 101110 | 0 | 1000 | 100000001 | 1001001 | 1000111 |
Color Harmonies of #9E80EB
Complementary color
Monochromatic Colors of #9E80EB
Black with #9E80EB
Text Example
Text Example
White with #9E80EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E80EB; }
p { color: rgb(158,128,235); }
H1.HeaderClassName
{
color: #9E80EB;
}
.AnyTagClassName
{
color: #9E80EB;
}
</style>
background-color css
<style>
a { background-color: #9E80EB; }
a { background-color: rgb(158,128,235); }
div.DivClassName
{
background-color: #9E80EB;
}
.BgClassName
{
background-color: #9E80EB;
}
</style>
border-color css
<style>
span { border-color: #9E80EB; }
span { border-color: rgb(158,128,235); }
td.TdClassName
{
border-color: #9E80EB;
}
.TagClassName
{
border-color: #9E80EB;
}
</style>