Shades of Medium Purple #8E73DB
Tints of Medium Purple #8E73DB
RGB
CMYK
RGB Variations
Color information
#8E73DB (or 0x8E73DB) is known color: Medium Purple. HEX triplet: 8E, 73 and DB. RGB value is (142,115,219). Sum of RGB (Red+Green+Blue) = 142+115+219=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E73DB is #718C24. Grayscale: #868686. Windows color (decimal): -7441445 or 14381966. OLE color: 14381966.
HSL color Cylindrical-coordinate representation of color #8E73DB: hue angle of 255.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E73DB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 115 | 219 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.14 |
| HSL | 255.58º | 0.59% | 0.65% | - |
| HSV(B) | 255.58º | 0.47% | 0.86% | - |
| XYZ | 30.07 | 23.13 | 69.9 | - |
| YUV | 134.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 219 | 0.35 | 0.47 | 0 | 0.14 | 255.58 | 0.59 | 0.65 |
| Hex | 8E | 73 | DB | 23 | 2F | 0 | E | 100 | 3B | 41 |
| Octal | 216 | 163 | 333 | 43 | 57 | 0 | 16 | 400 | 73 | 101 |
| Binary | 10001110 | 1110011 | 11011011 | 100011 | 101111 | 0 | 1110 | 100000000 | 111011 | 1000001 |
Color Harmonies of #8E73DB
Complementary color
Monochromatic Colors of #8E73DB
Black with #8E73DB
Text Example
Text Example
White with #8E73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E73DB; }
p { color: rgb(142,115,219); }
H1.HeaderClassName
{
color: #8E73DB;
}
.AnyTagClassName
{
color: #8E73DB;
}
</style>
background-color css
<style>
a { background-color: #8E73DB; }
a { background-color: rgb(142,115,219); }
div.DivClassName
{
background-color: #8E73DB;
}
.BgClassName
{
background-color: #8E73DB;
}
</style>
border-color css
<style>
span { border-color: #8E73DB; }
span { border-color: rgb(142,115,219); }
td.TdClassName
{
border-color: #8E73DB;
}
.TagClassName
{
border-color: #8E73DB;
}
</style>