Shades of Medium Purple #9E6CED
Tints of Medium Purple #9E6CED
RGB
CMYK
RGB Variations
Color information
#9E6CED (or 0x9E6CED) is known color: Medium Purple. HEX triplet: 9E, 6C and ED. RGB value is (158,108,237). Sum of RGB (Red+Green+Blue) = 158+108+237=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E6CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6CED is #619312. Grayscale: #898989. Windows color (decimal): -6394643 or 15559838. OLE color: 15559838.
HSL color Cylindrical-coordinate representation of color #9E6CED: hue angle of 263.26º degrees, saturation: 0.78, 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 #9E6CED is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 108 | 237 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.07 |
| HSL | 263.26º | 0.78% | 0.68% | - |
| HSV(B) | 263.26º | 0.54% | 0.93% | - |
| XYZ | 34.75 | 24.11 | 82.94 | - |
| YUV | 137.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 237 | 0.33 | 0.54 | 0 | 0.07 | 263.26 | 0.78 | 0.68 |
| Hex | 9E | 6C | ED | 21 | 36 | 0 | 7 | 107 | 4E | 44 |
| Octal | 236 | 154 | 355 | 41 | 66 | 0 | 7 | 407 | 116 | 104 |
| Binary | 10011110 | 1101100 | 11101101 | 100001 | 110110 | 0 | 111 | 100000111 | 1001110 | 1000100 |
Color Harmonies of #9E6CED
Complementary color
Monochromatic Colors of #9E6CED
Black with #9E6CED
Text Example
Text Example
White with #9E6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6CED; }
p { color: rgb(158,108,237); }
H1.HeaderClassName
{
color: #9E6CED;
}
.AnyTagClassName
{
color: #9E6CED;
}
</style>
background-color css
<style>
a { background-color: #9E6CED; }
a { background-color: rgb(158,108,237); }
div.DivClassName
{
background-color: #9E6CED;
}
.BgClassName
{
background-color: #9E6CED;
}
</style>
border-color css
<style>
span { border-color: #9E6CED; }
span { border-color: rgb(158,108,237); }
td.TdClassName
{
border-color: #9E6CED;
}
.TagClassName
{
border-color: #9E6CED;
}
</style>