Shades of Medium Purple #9E84EB
Tints of Medium Purple #9E84EB
RGB
CMYK
RGB Variations
Color information
#9E84EB (or 0x9E84EB) is known color: Medium Purple. HEX triplet: 9E, 84 and EB. RGB value is (158,132,235). Sum of RGB (Red+Green+Blue) = 158+132+235=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E84EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E84EB is #617B14. Grayscale: #979797. Windows color (decimal): -6388501 or 15434910. OLE color: 15434910.
HSL color Cylindrical-coordinate representation of color #9E84EB: hue angle of 255.15º degrees, saturation: 0.72, 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 #9E84EB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 132 | 235 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.08 |
| HSL | 255.15º | 0.72% | 0.72% | - |
| HSV(B) | 255.15º | 0.44% | 0.92% | - |
| XYZ | 37.35 | 29.77 | 82.37 | - |
| YUV | 151.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 235 | 0.33 | 0.44 | 0 | 0.08 | 255.15 | 0.72 | 0.72 |
| Hex | 9E | 84 | EB | 21 | 2C | 0 | 8 | FF | 48 | 48 |
| Octal | 236 | 204 | 353 | 41 | 54 | 0 | 10 | 377 | 110 | 110 |
| Binary | 10011110 | 10000100 | 11101011 | 100001 | 101100 | 0 | 1000 | 11111111 | 1001000 | 1001000 |
Color Harmonies of #9E84EB
Complementary color
Monochromatic Colors of #9E84EB
Black with #9E84EB
Text Example
Text Example
White with #9E84EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84EB; }
p { color: rgb(158,132,235); }
H1.HeaderClassName
{
color: #9E84EB;
}
.AnyTagClassName
{
color: #9E84EB;
}
</style>
background-color css
<style>
a { background-color: #9E84EB; }
a { background-color: rgb(158,132,235); }
div.DivClassName
{
background-color: #9E84EB;
}
.BgClassName
{
background-color: #9E84EB;
}
</style>
border-color css
<style>
span { border-color: #9E84EB; }
span { border-color: rgb(158,132,235); }
td.TdClassName
{
border-color: #9E84EB;
}
.TagClassName
{
border-color: #9E84EB;
}
</style>