Shades of Medium Purple #9E6AED
Tints of Medium Purple #9E6AED
RGB
CMYK
RGB Variations
Color information
#9E6AED (or 0x9E6AED) is known color: Medium Purple. HEX triplet: 9E, 6A and ED. RGB value is (158,106,237). Sum of RGB (Red+Green+Blue) = 158+106+237=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E6AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6AED is #619512. Grayscale: #888888. Windows color (decimal): -6395155 or 15559326. OLE color: 15559326.
HSL color Cylindrical-coordinate representation of color #9E6AED: hue angle of 263.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E6AED is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 106 | 237 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.07 |
| HSL | 263.82º | 0.78% | 0.67% | - |
| HSV(B) | 263.82º | 0.55% | 0.93% | - |
| XYZ | 34.54 | 23.69 | 82.87 | - |
| YUV | 136.48 | 184.73 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 237 | 0.33 | 0.55 | 0 | 0.07 | 263.82 | 0.78 | 0.67 |
| Hex | 9E | 6A | ED | 21 | 37 | 0 | 7 | 108 | 4E | 43 |
| Octal | 236 | 152 | 355 | 41 | 67 | 0 | 7 | 410 | 116 | 103 |
| Binary | 10011110 | 1101010 | 11101101 | 100001 | 110111 | 0 | 111 | 100001000 | 1001110 | 1000011 |
Color Harmonies of #9E6AED
Complementary color
Monochromatic Colors of #9E6AED
Black with #9E6AED
Text Example
Text Example
White with #9E6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6AED; }
p { color: rgb(158,106,237); }
H1.HeaderClassName
{
color: #9E6AED;
}
.AnyTagClassName
{
color: #9E6AED;
}
</style>
background-color css
<style>
a { background-color: #9E6AED; }
a { background-color: rgb(158,106,237); }
div.DivClassName
{
background-color: #9E6AED;
}
.BgClassName
{
background-color: #9E6AED;
}
</style>
border-color css
<style>
span { border-color: #9E6AED; }
span { border-color: rgb(158,106,237); }
td.TdClassName
{
border-color: #9E6AED;
}
.TagClassName
{
border-color: #9E6AED;
}
</style>