Shades of Medium Purple #9E6EDC
Tints of Medium Purple #9E6EDC
RGB
CMYK
RGB Variations
Color information
#9E6EDC (or 0x9E6EDC) is known color: Medium Purple. HEX triplet: 9E, 6E and DC. RGB value is (158,110,220). Sum of RGB (Red+Green+Blue) = 158+110+220=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EDC is #619123. Grayscale: #888888. Windows color (decimal): -6394148 or 14446238. OLE color: 14446238.
HSL color Cylindrical-coordinate representation of color #9E6EDC: hue angle of 266.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E6EDC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 110 | 220 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.14 |
| HSL | 266.18º | 0.61% | 0.65% | - |
| HSV(B) | 266.18º | 0.5% | 0.86% | - |
| XYZ | 32.59 | 23.59 | 70.55 | - |
| YUV | 136.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 220 | 0.28 | 0.50 | 0 | 0.14 | 266.18 | 0.61 | 0.65 |
| Hex | 9E | 6E | DC | 1C | 32 | 0 | E | 10A | 3D | 41 |
| Octal | 236 | 156 | 334 | 34 | 62 | 0 | 16 | 412 | 75 | 101 |
| Binary | 10011110 | 1101110 | 11011100 | 11100 | 110010 | 0 | 1110 | 100001010 | 111101 | 1000001 |
Color Harmonies of #9E6EDC
Complementary color
Monochromatic Colors of #9E6EDC
Black with #9E6EDC
Text Example
Text Example
White with #9E6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EDC; }
p { color: rgb(158,110,220); }
H1.HeaderClassName
{
color: #9E6EDC;
}
.AnyTagClassName
{
color: #9E6EDC;
}
</style>
background-color css
<style>
a { background-color: #9E6EDC; }
a { background-color: rgb(158,110,220); }
div.DivClassName
{
background-color: #9E6EDC;
}
.BgClassName
{
background-color: #9E6EDC;
}
</style>
border-color css
<style>
span { border-color: #9E6EDC; }
span { border-color: rgb(158,110,220); }
td.TdClassName
{
border-color: #9E6EDC;
}
.TagClassName
{
border-color: #9E6EDC;
}
</style>