Shades of Medium Purple #9E6EEB
Tints of Medium Purple #9E6EEB
RGB
CMYK
RGB Variations
Color information
#9E6EEB (or 0x9E6EEB) is known color: Medium Purple. HEX triplet: 9E, 6E and EB. RGB value is (158,110,235). Sum of RGB (Red+Green+Blue) = 158+110+235=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E6EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EEB is #619114. Grayscale: #8A8A8A. Windows color (decimal): -6394133 or 15429278. OLE color: 15429278.
HSL color Cylindrical-coordinate representation of color #9E6EEB: hue angle of 263.04º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E6EEB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 110 | 235 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.08 |
| HSL | 263.04º | 0.76% | 0.68% | - |
| HSV(B) | 263.04º | 0.53% | 0.92% | - |
| XYZ | 34.67 | 24.42 | 81.48 | - |
| YUV | 138.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 235 | 0.33 | 0.53 | 0 | 0.08 | 263.04 | 0.76 | 0.68 |
| Hex | 9E | 6E | EB | 21 | 35 | 0 | 8 | 107 | 4C | 44 |
| Octal | 236 | 156 | 353 | 41 | 65 | 0 | 10 | 407 | 114 | 104 |
| Binary | 10011110 | 1101110 | 11101011 | 100001 | 110101 | 0 | 1000 | 100000111 | 1001100 | 1000100 |
Color Harmonies of #9E6EEB
Complementary color
Monochromatic Colors of #9E6EEB
Black with #9E6EEB
Text Example
Text Example
White with #9E6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EEB; }
p { color: rgb(158,110,235); }
H1.HeaderClassName
{
color: #9E6EEB;
}
.AnyTagClassName
{
color: #9E6EEB;
}
</style>
background-color css
<style>
a { background-color: #9E6EEB; }
a { background-color: rgb(158,110,235); }
div.DivClassName
{
background-color: #9E6EEB;
}
.BgClassName
{
background-color: #9E6EEB;
}
</style>
border-color css
<style>
span { border-color: #9E6EEB; }
span { border-color: rgb(158,110,235); }
td.TdClassName
{
border-color: #9E6EEB;
}
.TagClassName
{
border-color: #9E6EEB;
}
</style>