Shades of Medium Purple #9E61EE
Tints of Medium Purple #9E61EE
RGB
CMYK
RGB Variations
Color information
#9E61EE (or 0x9E61EE) is known color: Medium Purple. HEX triplet: 9E, 61 and EE. RGB value is (158,97,238). Sum of RGB (Red+Green+Blue) = 158+97+238=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E61EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E61EE is #619E11. Grayscale: #828282. Windows color (decimal): -6397458 or 15622558. OLE color: 15622558.
HSL color Cylindrical-coordinate representation of color #9E61EE: hue angle of 265.96º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E61EE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 97 | 238 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.07 |
| HSL | 265.96º | 0.81% | 0.66% | - |
| HSV(B) | 265.96º | 0.59% | 0.93% | - |
| XYZ | 33.81 | 21.99 | 83.35 | - |
| YUV | 131.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 238 | 0.34 | 0.59 | 0 | 0.07 | 265.96 | 0.81 | 0.66 |
| Hex | 9E | 61 | EE | 22 | 3B | 0 | 7 | 10A | 51 | 42 |
| Octal | 236 | 141 | 356 | 42 | 73 | 0 | 7 | 412 | 121 | 102 |
| Binary | 10011110 | 1100001 | 11101110 | 100010 | 111011 | 0 | 111 | 100001010 | 1010001 | 1000010 |
Color Harmonies of #9E61EE
Complementary color
Monochromatic Colors of #9E61EE
Black with #9E61EE
Text Example
Text Example
White with #9E61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E61EE; }
p { color: rgb(158,97,238); }
H1.HeaderClassName
{
color: #9E61EE;
}
.AnyTagClassName
{
color: #9E61EE;
}
</style>
background-color css
<style>
a { background-color: #9E61EE; }
a { background-color: rgb(158,97,238); }
div.DivClassName
{
background-color: #9E61EE;
}
.BgClassName
{
background-color: #9E61EE;
}
</style>
border-color css
<style>
span { border-color: #9E61EE; }
span { border-color: rgb(158,97,238); }
td.TdClassName
{
border-color: #9E61EE;
}
.TagClassName
{
border-color: #9E61EE;
}
</style>