Shades of Medium Purple #9E6EEA
Tints of Medium Purple #9E6EEA
RGB
CMYK
RGB Variations
Color information
#9E6EEA (or 0x9E6EEA) is known color: Medium Purple. HEX triplet: 9E, 6E and EA. RGB value is (158,110,234). Sum of RGB (Red+Green+Blue) = 158+110+234=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E6EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EEA is #619115. Grayscale: #8A8A8A. Windows color (decimal): -6394134 or 15363742. OLE color: 15363742.
HSL color Cylindrical-coordinate representation of color #9E6EEA: hue angle of 263.23º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E6EEA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 110 | 234 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.08 |
| HSL | 263.23º | 0.75% | 0.67% | - |
| HSV(B) | 263.23º | 0.53% | 0.92% | - |
| XYZ | 34.53 | 24.36 | 80.72 | - |
| YUV | 138.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 234 | 0.32 | 0.53 | 0 | 0.08 | 263.23 | 0.75 | 0.67 |
| Hex | 9E | 6E | EA | 20 | 35 | 0 | 8 | 107 | 4B | 43 |
| Octal | 236 | 156 | 352 | 40 | 65 | 0 | 10 | 407 | 113 | 103 |
| Binary | 10011110 | 1101110 | 11101010 | 100000 | 110101 | 0 | 1000 | 100000111 | 1001011 | 1000011 |
Color Harmonies of #9E6EEA
Complementary color
Monochromatic Colors of #9E6EEA
Black with #9E6EEA
Text Example
Text Example
White with #9E6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EEA; }
p { color: rgb(158,110,234); }
H1.HeaderClassName
{
color: #9E6EEA;
}
.AnyTagClassName
{
color: #9E6EEA;
}
</style>
background-color css
<style>
a { background-color: #9E6EEA; }
a { background-color: rgb(158,110,234); }
div.DivClassName
{
background-color: #9E6EEA;
}
.BgClassName
{
background-color: #9E6EEA;
}
</style>
border-color css
<style>
span { border-color: #9E6EEA; }
span { border-color: rgb(158,110,234); }
td.TdClassName
{
border-color: #9E6EEA;
}
.TagClassName
{
border-color: #9E6EEA;
}
</style>