Shades of Medium Purple #9E69EE
Tints of Medium Purple #9E69EE
RGB
CMYK
RGB Variations
Color information
#9E69EE (or 0x9E69EE) is known color: Medium Purple. HEX triplet: 9E, 69 and EE. RGB value is (158,105,238). Sum of RGB (Red+Green+Blue) = 158+105+238=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E69EE is #619611. Grayscale: #878787. Windows color (decimal): -6395410 or 15624606. OLE color: 15624606.
HSL color Cylindrical-coordinate representation of color #9E69EE: hue angle of 263.91º 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 #9E69EE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 105 | 238 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.07 |
| HSL | 263.91º | 0.8% | 0.67% | - |
| HSV(B) | 263.91º | 0.56% | 0.93% | - |
| XYZ | 34.58 | 23.55 | 83.61 | - |
| YUV | 136.01 | 185.56 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 238 | 0.34 | 0.56 | 0 | 0.07 | 263.91 | 0.8 | 0.67 |
| Hex | 9E | 69 | EE | 22 | 38 | 0 | 7 | 108 | 50 | 43 |
| Octal | 236 | 151 | 356 | 42 | 70 | 0 | 7 | 410 | 120 | 103 |
| Binary | 10011110 | 1101001 | 11101110 | 100010 | 111000 | 0 | 111 | 100001000 | 1010000 | 1000011 |
Color Harmonies of #9E69EE
Complementary color
Monochromatic Colors of #9E69EE
Black with #9E69EE
Text Example
Text Example
White with #9E69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E69EE; }
p { color: rgb(158,105,238); }
H1.HeaderClassName
{
color: #9E69EE;
}
.AnyTagClassName
{
color: #9E69EE;
}
</style>
background-color css
<style>
a { background-color: #9E69EE; }
a { background-color: rgb(158,105,238); }
div.DivClassName
{
background-color: #9E69EE;
}
.BgClassName
{
background-color: #9E69EE;
}
</style>
border-color css
<style>
span { border-color: #9E69EE; }
span { border-color: rgb(158,105,238); }
td.TdClassName
{
border-color: #9E69EE;
}
.TagClassName
{
border-color: #9E69EE;
}
</style>