Shades of Medium Purple #9E68EE
Tints of Medium Purple #9E68EE
RGB
CMYK
RGB Variations
Color information
#9E68EE (or 0x9E68EE) is known color: Medium Purple. HEX triplet: 9E, 68 and EE. RGB value is (158,104,238). Sum of RGB (Red+Green+Blue) = 158+104+238=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E68EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E68EE is #619711. Grayscale: #868686. Windows color (decimal): -6395666 or 15624350. OLE color: 15624350.
HSL color Cylindrical-coordinate representation of color #9E68EE: hue angle of 264.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E68EE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 104 | 238 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.07 |
| HSL | 264.18º | 0.8% | 0.67% | - |
| HSV(B) | 264.18º | 0.56% | 0.93% | - |
| XYZ | 34.48 | 23.34 | 83.58 | - |
| YUV | 135.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 238 | 0.34 | 0.56 | 0 | 0.07 | 264.18 | 0.8 | 0.67 |
| Hex | 9E | 68 | EE | 22 | 38 | 0 | 7 | 108 | 50 | 43 |
| Octal | 236 | 150 | 356 | 42 | 70 | 0 | 7 | 410 | 120 | 103 |
| Binary | 10011110 | 1101000 | 11101110 | 100010 | 111000 | 0 | 111 | 100001000 | 1010000 | 1000011 |
Color Harmonies of #9E68EE
Complementary color
Monochromatic Colors of #9E68EE
Black with #9E68EE
Text Example
Text Example
White with #9E68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E68EE; }
p { color: rgb(158,104,238); }
H1.HeaderClassName
{
color: #9E68EE;
}
.AnyTagClassName
{
color: #9E68EE;
}
</style>
background-color css
<style>
a { background-color: #9E68EE; }
a { background-color: rgb(158,104,238); }
div.DivClassName
{
background-color: #9E68EE;
}
.BgClassName
{
background-color: #9E68EE;
}
</style>
border-color css
<style>
span { border-color: #9E68EE; }
span { border-color: rgb(158,104,238); }
td.TdClassName
{
border-color: #9E68EE;
}
.TagClassName
{
border-color: #9E68EE;
}
</style>