Shades of Medium Purple #9E78DB
Tints of Medium Purple #9E78DB
RGB
CMYK
RGB Variations
Color information
#9E78DB (or 0x9E78DB) is known color: Medium Purple. HEX triplet: 9E, 78 and DB. RGB value is (158,120,219). Sum of RGB (Red+Green+Blue) = 158+120+219=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78DB is #618724. Grayscale: #8E8E8E. Windows color (decimal): -6391589 or 14383262. OLE color: 14383262.
HSL color Cylindrical-coordinate representation of color #9E78DB: hue angle of 263.03º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E78DB is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 120 | 219 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.14 |
| HSL | 263.03º | 0.58% | 0.66% | - |
| HSV(B) | 263.03º | 0.45% | 0.86% | - |
| XYZ | 33.6 | 25.82 | 70.23 | - |
| YUV | 142.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 219 | 0.28 | 0.45 | 0 | 0.14 | 263.03 | 0.58 | 0.66 |
| Hex | 9E | 78 | DB | 1C | 2D | 0 | E | 107 | 3A | 42 |
| Octal | 236 | 170 | 333 | 34 | 55 | 0 | 16 | 407 | 72 | 102 |
| Binary | 10011110 | 1111000 | 11011011 | 11100 | 101101 | 0 | 1110 | 100000111 | 111010 | 1000010 |
Color Harmonies of #9E78DB
Complementary color
Monochromatic Colors of #9E78DB
Black with #9E78DB
Text Example
Text Example
White with #9E78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E78DB; }
p { color: rgb(158,120,219); }
H1.HeaderClassName
{
color: #9E78DB;
}
.AnyTagClassName
{
color: #9E78DB;
}
</style>
background-color css
<style>
a { background-color: #9E78DB; }
a { background-color: rgb(158,120,219); }
div.DivClassName
{
background-color: #9E78DB;
}
.BgClassName
{
background-color: #9E78DB;
}
</style>
border-color css
<style>
span { border-color: #9E78DB; }
span { border-color: rgb(158,120,219); }
td.TdClassName
{
border-color: #9E78DB;
}
.TagClassName
{
border-color: #9E78DB;
}
</style>