Shades of Medium Purple #9E80DF
Tints of Medium Purple #9E80DF
RGB
CMYK
RGB Variations
Color information
#9E80DF (or 0x9E80DF) is known color: Medium Purple. HEX triplet: 9E, 80 and DF. RGB value is (158,128,223). Sum of RGB (Red+Green+Blue) = 158+128+223=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80DF is #617F20. Grayscale: #939393. Windows color (decimal): -6389537 or 14647454. OLE color: 14647454.
HSL color Cylindrical-coordinate representation of color #9E80DF: hue angle of 258.95º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E80DF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 128 | 223 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.13 |
| HSL | 258.95º | 0.6% | 0.69% | - |
| HSV(B) | 258.95º | 0.43% | 0.87% | - |
| XYZ | 35.14 | 28.04 | 73.37 | - |
| YUV | 147.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 223 | 0.29 | 0.43 | 0 | 0.13 | 258.95 | 0.6 | 0.69 |
| Hex | 9E | 80 | DF | 1D | 2B | 0 | D | 103 | 3C | 45 |
| Octal | 236 | 200 | 337 | 35 | 53 | 0 | 15 | 403 | 74 | 105 |
| Binary | 10011110 | 10000000 | 11011111 | 11101 | 101011 | 0 | 1101 | 100000011 | 111100 | 1000101 |
Color Harmonies of #9E80DF
Complementary color
Monochromatic Colors of #9E80DF
Black with #9E80DF
Text Example
Text Example
White with #9E80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E80DF; }
p { color: rgb(158,128,223); }
H1.HeaderClassName
{
color: #9E80DF;
}
.AnyTagClassName
{
color: #9E80DF;
}
</style>
background-color css
<style>
a { background-color: #9E80DF; }
a { background-color: rgb(158,128,223); }
div.DivClassName
{
background-color: #9E80DF;
}
.BgClassName
{
background-color: #9E80DF;
}
</style>
border-color css
<style>
span { border-color: #9E80DF; }
span { border-color: rgb(158,128,223); }
td.TdClassName
{
border-color: #9E80DF;
}
.TagClassName
{
border-color: #9E80DF;
}
</style>