Shades of Medium Purple #9E6EEE
Tints of Medium Purple #9E6EEE
RGB
CMYK
RGB Variations
Color information
#9E6EEE (or 0x9E6EEE) is known color: Medium Purple. HEX triplet: 9E, 6E and EE. RGB value is (158,110,238). Sum of RGB (Red+Green+Blue) = 158+110+238=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E6EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EEE is #619111. Grayscale: #8A8A8A. Windows color (decimal): -6394130 or 15625886. OLE color: 15625886.
HSL color Cylindrical-coordinate representation of color #9E6EEE: hue angle of 262.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6EEE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 110 | 238 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.07 |
| HSL | 262.5º | 0.79% | 0.68% | - |
| HSV(B) | 262.5º | 0.54% | 0.93% | - |
| XYZ | 35.11 | 24.59 | 83.79 | - |
| YUV | 138.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 238 | 0.34 | 0.54 | 0 | 0.07 | 262.5 | 0.79 | 0.68 |
| Hex | 9E | 6E | EE | 22 | 36 | 0 | 7 | 106 | 4F | 44 |
| Octal | 236 | 156 | 356 | 42 | 66 | 0 | 7 | 406 | 117 | 104 |
| Binary | 10011110 | 1101110 | 11101110 | 100010 | 110110 | 0 | 111 | 100000110 | 1001111 | 1000100 |
Color Harmonies of #9E6EEE
Complementary color
Monochromatic Colors of #9E6EEE
Black with #9E6EEE
Text Example
Text Example
White with #9E6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EEE; }
p { color: rgb(158,110,238); }
H1.HeaderClassName
{
color: #9E6EEE;
}
.AnyTagClassName
{
color: #9E6EEE;
}
</style>
background-color css
<style>
a { background-color: #9E6EEE; }
a { background-color: rgb(158,110,238); }
div.DivClassName
{
background-color: #9E6EEE;
}
.BgClassName
{
background-color: #9E6EEE;
}
</style>
border-color css
<style>
span { border-color: #9E6EEE; }
span { border-color: rgb(158,110,238); }
td.TdClassName
{
border-color: #9E6EEE;
}
.TagClassName
{
border-color: #9E6EEE;
}
</style>