Shades of Medium Purple #9E8CED
Tints of Medium Purple #9E8CED
RGB
CMYK
RGB Variations
Color information
#9E8CED (or 0x9E8CED) is known color: Medium Purple. HEX triplet: 9E, 8C and ED. RGB value is (158,140,237). Sum of RGB (Red+Green+Blue) = 158+140+237=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CED is #617312. Grayscale: #9C9C9C. Windows color (decimal): -6386451 or 15568030. OLE color: 15568030.
HSL color Cylindrical-coordinate representation of color #9E8CED: hue angle of 251.13º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E8CED is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 140 | 237 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.07 |
| HSL | 251.13º | 0.73% | 0.74% | - |
| HSV(B) | 251.13º | 0.41% | 0.93% | - |
| XYZ | 38.76 | 32.14 | 84.28 | - |
| YUV | 156.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 237 | 0.33 | 0.41 | 0 | 0.07 | 251.13 | 0.73 | 0.74 |
| Hex | 9E | 8C | ED | 21 | 29 | 0 | 7 | FB | 49 | 4A |
| Octal | 236 | 214 | 355 | 41 | 51 | 0 | 7 | 373 | 111 | 112 |
| Binary | 10011110 | 10001100 | 11101101 | 100001 | 101001 | 0 | 111 | 11111011 | 1001001 | 1001010 |
Color Harmonies of #9E8CED
Complementary color
Monochromatic Colors of #9E8CED
Black with #9E8CED
Text Example
Text Example
White with #9E8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CED; }
p { color: rgb(158,140,237); }
H1.HeaderClassName
{
color: #9E8CED;
}
.AnyTagClassName
{
color: #9E8CED;
}
</style>
background-color css
<style>
a { background-color: #9E8CED; }
a { background-color: rgb(158,140,237); }
div.DivClassName
{
background-color: #9E8CED;
}
.BgClassName
{
background-color: #9E8CED;
}
</style>
border-color css
<style>
span { border-color: #9E8CED; }
span { border-color: rgb(158,140,237); }
td.TdClassName
{
border-color: #9E8CED;
}
.TagClassName
{
border-color: #9E8CED;
}
</style>