Shades of Medium Purple #9E83EA
Tints of Medium Purple #9E83EA
RGB
CMYK
RGB Variations
Color information
#9E83EA (or 0x9E83EA) is known color: Medium Purple. HEX triplet: 9E, 83 and EA. RGB value is (158,131,234). Sum of RGB (Red+Green+Blue) = 158+131+234=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E83EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E83EA is #617C15. Grayscale: #969696. Windows color (decimal): -6388758 or 15369118. OLE color: 15369118.
HSL color Cylindrical-coordinate representation of color #9E83EA: hue angle of 255.73º 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 #9E83EA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 131 | 234 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.08 |
| HSL | 255.73º | 0.71% | 0.72% | - |
| HSV(B) | 255.73º | 0.44% | 0.92% | - |
| XYZ | 37.07 | 29.44 | 81.57 | - |
| YUV | 150.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 234 | 0.32 | 0.44 | 0 | 0.08 | 255.73 | 0.71 | 0.72 |
| Hex | 9E | 83 | EA | 20 | 2C | 0 | 8 | 100 | 47 | 48 |
| Octal | 236 | 203 | 352 | 40 | 54 | 0 | 10 | 400 | 107 | 110 |
| Binary | 10011110 | 10000011 | 11101010 | 100000 | 101100 | 0 | 1000 | 100000000 | 1000111 | 1001000 |
Color Harmonies of #9E83EA
Complementary color
Monochromatic Colors of #9E83EA
Black with #9E83EA
Text Example
Text Example
White with #9E83EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E83EA; }
p { color: rgb(158,131,234); }
H1.HeaderClassName
{
color: #9E83EA;
}
.AnyTagClassName
{
color: #9E83EA;
}
</style>
background-color css
<style>
a { background-color: #9E83EA; }
a { background-color: rgb(158,131,234); }
div.DivClassName
{
background-color: #9E83EA;
}
.BgClassName
{
background-color: #9E83EA;
}
</style>
border-color css
<style>
span { border-color: #9E83EA; }
span { border-color: rgb(158,131,234); }
td.TdClassName
{
border-color: #9E83EA;
}
.TagClassName
{
border-color: #9E83EA;
}
</style>