Shades of Medium Purple #9E85DF
Tints of Medium Purple #9E85DF
RGB
CMYK
RGB Variations
Color information
#9E85DF (or 0x9E85DF) is known color: Medium Purple. HEX triplet: 9E, 85 and DF. RGB value is (158,133,223). Sum of RGB (Red+Green+Blue) = 158+133+223=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85DF is #617A20. Grayscale: #969696. Windows color (decimal): -6388257 or 14648734. OLE color: 14648734.
HSL color Cylindrical-coordinate representation of color #9E85DF: hue angle of 256.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E85DF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 133 | 223 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.13 |
| HSL | 256.67º | 0.58% | 0.7% | - |
| HSV(B) | 256.67º | 0.4% | 0.87% | - |
| XYZ | 35.81 | 29.37 | 73.59 | - |
| YUV | 150.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 223 | 0.29 | 0.40 | 0 | 0.13 | 256.67 | 0.58 | 0.7 |
| Hex | 9E | 85 | DF | 1D | 28 | 0 | D | 101 | 3A | 46 |
| Octal | 236 | 205 | 337 | 35 | 50 | 0 | 15 | 401 | 72 | 106 |
| Binary | 10011110 | 10000101 | 11011111 | 11101 | 101000 | 0 | 1101 | 100000001 | 111010 | 1000110 |
Color Harmonies of #9E85DF
Complementary color
Monochromatic Colors of #9E85DF
Black with #9E85DF
Text Example
Text Example
White with #9E85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E85DF; }
p { color: rgb(158,133,223); }
H1.HeaderClassName
{
color: #9E85DF;
}
.AnyTagClassName
{
color: #9E85DF;
}
</style>
background-color css
<style>
a { background-color: #9E85DF; }
a { background-color: rgb(158,133,223); }
div.DivClassName
{
background-color: #9E85DF;
}
.BgClassName
{
background-color: #9E85DF;
}
</style>
border-color css
<style>
span { border-color: #9E85DF; }
span { border-color: rgb(158,133,223); }
td.TdClassName
{
border-color: #9E85DF;
}
.TagClassName
{
border-color: #9E85DF;
}
</style>