Shades of Medium Purple #9E6DEE
Tints of Medium Purple #9E6DEE
RGB
CMYK
RGB Variations
Color information
#9E6DEE (or 0x9E6DEE) is known color: Medium Purple. HEX triplet: 9E, 6D and EE. RGB value is (158,109,238). Sum of RGB (Red+Green+Blue) = 158+109+238=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E6DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DEE is #619211. Grayscale: #898989. Windows color (decimal): -6394386 or 15625630. OLE color: 15625630.
HSL color Cylindrical-coordinate representation of color #9E6DEE: hue angle of 262.79º 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 #9E6DEE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 109 | 238 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.07 |
| HSL | 262.79º | 0.79% | 0.68% | - |
| HSV(B) | 262.79º | 0.54% | 0.93% | - |
| XYZ | 35 | 24.38 | 83.75 | - |
| YUV | 138.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 238 | 0.34 | 0.54 | 0 | 0.07 | 262.79 | 0.79 | 0.68 |
| Hex | 9E | 6D | EE | 22 | 36 | 0 | 7 | 107 | 4F | 44 |
| Octal | 236 | 155 | 356 | 42 | 66 | 0 | 7 | 407 | 117 | 104 |
| Binary | 10011110 | 1101101 | 11101110 | 100010 | 110110 | 0 | 111 | 100000111 | 1001111 | 1000100 |
Color Harmonies of #9E6DEE
Complementary color
Monochromatic Colors of #9E6DEE
Black with #9E6DEE
Text Example
Text Example
White with #9E6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6DEE; }
p { color: rgb(158,109,238); }
H1.HeaderClassName
{
color: #9E6DEE;
}
.AnyTagClassName
{
color: #9E6DEE;
}
</style>
background-color css
<style>
a { background-color: #9E6DEE; }
a { background-color: rgb(158,109,238); }
div.DivClassName
{
background-color: #9E6DEE;
}
.BgClassName
{
background-color: #9E6DEE;
}
</style>
border-color css
<style>
span { border-color: #9E6DEE; }
span { border-color: rgb(158,109,238); }
td.TdClassName
{
border-color: #9E6DEE;
}
.TagClassName
{
border-color: #9E6DEE;
}
</style>