Shades of Medium Purple #9E84EA
Tints of Medium Purple #9E84EA
RGB
CMYK
RGB Variations
Color information
#9E84EA (or 0x9E84EA) is known color: Medium Purple. HEX triplet: 9E, 84 and EA. RGB value is (158,132,234). Sum of RGB (Red+Green+Blue) = 158+132+234=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E84EA is #617B15. Grayscale: #979797. Windows color (decimal): -6388502 or 15369374. OLE color: 15369374.
HSL color Cylindrical-coordinate representation of color #9E84EA: hue angle of 255.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E84EA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 132 | 234 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.08 |
| HSL | 255.29º | 0.71% | 0.72% | - |
| HSV(B) | 255.29º | 0.44% | 0.92% | - |
| XYZ | 37.2 | 29.71 | 81.62 | - |
| YUV | 151.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 234 | 0.32 | 0.44 | 0 | 0.08 | 255.29 | 0.71 | 0.72 |
| Hex | 9E | 84 | EA | 20 | 2C | 0 | 8 | FF | 47 | 48 |
| Octal | 236 | 204 | 352 | 40 | 54 | 0 | 10 | 377 | 107 | 110 |
| Binary | 10011110 | 10000100 | 11101010 | 100000 | 101100 | 0 | 1000 | 11111111 | 1000111 | 1001000 |
Color Harmonies of #9E84EA
Complementary color
Monochromatic Colors of #9E84EA
Black with #9E84EA
Text Example
Text Example
White with #9E84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84EA; }
p { color: rgb(158,132,234); }
H1.HeaderClassName
{
color: #9E84EA;
}
.AnyTagClassName
{
color: #9E84EA;
}
</style>
background-color css
<style>
a { background-color: #9E84EA; }
a { background-color: rgb(158,132,234); }
div.DivClassName
{
background-color: #9E84EA;
}
.BgClassName
{
background-color: #9E84EA;
}
</style>
border-color css
<style>
span { border-color: #9E84EA; }
span { border-color: rgb(158,132,234); }
td.TdClassName
{
border-color: #9E84EA;
}
.TagClassName
{
border-color: #9E84EA;
}
</style>