Shades of Medium Purple #8E5DDB
Tints of Medium Purple #8E5DDB
RGB
CMYK
RGB Variations
Color information
#8E5DDB (or 0x8E5DDB) is known color: Medium Purple. HEX triplet: 8E, 5D and DB. RGB value is (142,93,219). Sum of RGB (Red+Green+Blue) = 142+93+219=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DDB is #71A224. Grayscale: #797979. Windows color (decimal): -7447077 or 14376334. OLE color: 14376334.
HSL color Cylindrical-coordinate representation of color #8E5DDB: hue angle of 263.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E5DDB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 93 | 219 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.14 |
| HSL | 263.33º | 0.64% | 0.61% | - |
| HSV(B) | 263.33º | 0.58% | 0.86% | - |
| XYZ | 27.86 | 18.69 | 69.16 | - |
| YUV | 122.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 219 | 0.35 | 0.58 | 0 | 0.14 | 263.33 | 0.64 | 0.61 |
| Hex | 8E | 5D | DB | 23 | 3A | 0 | E | 107 | 40 | 3D |
| Octal | 216 | 135 | 333 | 43 | 72 | 0 | 16 | 407 | 100 | 75 |
| Binary | 10001110 | 1011101 | 11011011 | 100011 | 111010 | 0 | 1110 | 100000111 | 1000000 | 111101 |
Color Harmonies of #8E5DDB
Complementary color
Monochromatic Colors of #8E5DDB
Black with #8E5DDB
Text Example
Text Example
White with #8E5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DDB; }
p { color: rgb(142,93,219); }
H1.HeaderClassName
{
color: #8E5DDB;
}
.AnyTagClassName
{
color: #8E5DDB;
}
</style>
background-color css
<style>
a { background-color: #8E5DDB; }
a { background-color: rgb(142,93,219); }
div.DivClassName
{
background-color: #8E5DDB;
}
.BgClassName
{
background-color: #8E5DDB;
}
</style>
border-color css
<style>
span { border-color: #8E5DDB; }
span { border-color: rgb(142,93,219); }
td.TdClassName
{
border-color: #8E5DDB;
}
.TagClassName
{
border-color: #8E5DDB;
}
</style>