Shades of Medium Purple #9E78DF
Tints of Medium Purple #9E78DF
RGB
CMYK
RGB Variations
Color information
#9E78DF (or 0x9E78DF) is known color: Medium Purple. HEX triplet: 9E, 78 and DF. RGB value is (158,120,223). Sum of RGB (Red+Green+Blue) = 158+120+223=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78DF is #618720. Grayscale: #8E8E8E. Windows color (decimal): -6391585 or 14645406. OLE color: 14645406.
HSL color Cylindrical-coordinate representation of color #9E78DF: hue angle of 262.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E78DF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 120 | 223 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.13 |
| HSL | 262.14º | 0.62% | 0.67% | - |
| HSV(B) | 262.14º | 0.46% | 0.87% | - |
| XYZ | 34.14 | 26.03 | 73.04 | - |
| YUV | 143.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 223 | 0.29 | 0.46 | 0 | 0.13 | 262.14 | 0.62 | 0.67 |
| Hex | 9E | 78 | DF | 1D | 2E | 0 | D | 106 | 3E | 43 |
| Octal | 236 | 170 | 337 | 35 | 56 | 0 | 15 | 406 | 76 | 103 |
| Binary | 10011110 | 1111000 | 11011111 | 11101 | 101110 | 0 | 1101 | 100000110 | 111110 | 1000011 |
Color Harmonies of #9E78DF
Complementary color
Monochromatic Colors of #9E78DF
Black with #9E78DF
Text Example
Text Example
White with #9E78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E78DF; }
p { color: rgb(158,120,223); }
H1.HeaderClassName
{
color: #9E78DF;
}
.AnyTagClassName
{
color: #9E78DF;
}
</style>
background-color css
<style>
a { background-color: #9E78DF; }
a { background-color: rgb(158,120,223); }
div.DivClassName
{
background-color: #9E78DF;
}
.BgClassName
{
background-color: #9E78DF;
}
</style>
border-color css
<style>
span { border-color: #9E78DF; }
span { border-color: rgb(158,120,223); }
td.TdClassName
{
border-color: #9E78DF;
}
.TagClassName
{
border-color: #9E78DF;
}
</style>