Shades of Medium Purple #9E6EDF
Tints of Medium Purple #9E6EDF
RGB
CMYK
RGB Variations
Color information
#9E6EDF (or 0x9E6EDF) is known color: Medium Purple. HEX triplet: 9E, 6E and DF. RGB value is (158,110,223). Sum of RGB (Red+Green+Blue) = 158+110+223=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E6EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EDF is #619120. Grayscale: #888888. Windows color (decimal): -6394145 or 14642846. OLE color: 14642846.
HSL color Cylindrical-coordinate representation of color #9E6EDF: hue angle of 265.49º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6EDF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 110 | 223 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.13 |
| HSL | 265.49º | 0.64% | 0.65% | - |
| HSV(B) | 265.49º | 0.51% | 0.87% | - |
| XYZ | 33 | 23.75 | 72.66 | - |
| YUV | 137.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 223 | 0.29 | 0.51 | 0 | 0.13 | 265.49 | 0.64 | 0.65 |
| Hex | 9E | 6E | DF | 1D | 33 | 0 | D | 109 | 40 | 41 |
| Octal | 236 | 156 | 337 | 35 | 63 | 0 | 15 | 411 | 100 | 101 |
| Binary | 10011110 | 1101110 | 11011111 | 11101 | 110011 | 0 | 1101 | 100001001 | 1000000 | 1000001 |
Color Harmonies of #9E6EDF
Complementary color
Monochromatic Colors of #9E6EDF
Black with #9E6EDF
Text Example
Text Example
White with #9E6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EDF; }
p { color: rgb(158,110,223); }
H1.HeaderClassName
{
color: #9E6EDF;
}
.AnyTagClassName
{
color: #9E6EDF;
}
</style>
background-color css
<style>
a { background-color: #9E6EDF; }
a { background-color: rgb(158,110,223); }
div.DivClassName
{
background-color: #9E6EDF;
}
.BgClassName
{
background-color: #9E6EDF;
}
</style>
border-color css
<style>
span { border-color: #9E6EDF; }
span { border-color: rgb(158,110,223); }
td.TdClassName
{
border-color: #9E6EDF;
}
.TagClassName
{
border-color: #9E6EDF;
}
</style>