Shades of Medium Purple #9E83EC
Tints of Medium Purple #9E83EC
RGB
CMYK
RGB Variations
Color information
#9E83EC (or 0x9E83EC) is known color: Medium Purple. HEX triplet: 9E, 83 and EC. RGB value is (158,131,236). Sum of RGB (Red+Green+Blue) = 158+131+236=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E83EC is #617C13. Grayscale: #969696. Windows color (decimal): -6388756 or 15500190. OLE color: 15500190.
HSL color Cylindrical-coordinate representation of color #9E83EC: hue angle of 255.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E83EC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 131 | 236 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.07 |
| HSL | 255.43º | 0.73% | 0.72% | - |
| HSV(B) | 255.43º | 0.44% | 0.93% | - |
| XYZ | 37.36 | 29.56 | 83.09 | - |
| YUV | 151.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 236 | 0.33 | 0.44 | 0 | 0.07 | 255.43 | 0.73 | 0.72 |
| Hex | 9E | 83 | EC | 21 | 2C | 0 | 7 | FF | 49 | 48 |
| Octal | 236 | 203 | 354 | 41 | 54 | 0 | 7 | 377 | 111 | 110 |
| Binary | 10011110 | 10000011 | 11101100 | 100001 | 101100 | 0 | 111 | 11111111 | 1001001 | 1001000 |
Color Harmonies of #9E83EC
Complementary color
Monochromatic Colors of #9E83EC
Black with #9E83EC
Text Example
Text Example
White with #9E83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E83EC; }
p { color: rgb(158,131,236); }
H1.HeaderClassName
{
color: #9E83EC;
}
.AnyTagClassName
{
color: #9E83EC;
}
</style>
background-color css
<style>
a { background-color: #9E83EC; }
a { background-color: rgb(158,131,236); }
div.DivClassName
{
background-color: #9E83EC;
}
.BgClassName
{
background-color: #9E83EC;
}
</style>
border-color css
<style>
span { border-color: #9E83EC; }
span { border-color: rgb(158,131,236); }
td.TdClassName
{
border-color: #9E83EC;
}
.TagClassName
{
border-color: #9E83EC;
}
</style>