Shades of Medium Purple #8E6ADB
Tints of Medium Purple #8E6ADB
RGB
CMYK
RGB Variations
Color information
#8E6ADB (or 0x8E6ADB) is known color: Medium Purple. HEX triplet: 8E, 6A and DB. RGB value is (142,106,219). Sum of RGB (Red+Green+Blue) = 142+106+219=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ADB is #719524. Grayscale: #818181. Windows color (decimal): -7443749 or 14379662. OLE color: 14379662.
HSL color Cylindrical-coordinate representation of color #8E6ADB: hue angle of 259.12º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E6ADB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 106 | 219 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.14 |
| HSL | 259.12º | 0.61% | 0.64% | - |
| HSV(B) | 259.12º | 0.52% | 0.86% | - |
| XYZ | 29.1 | 21.17 | 69.57 | - |
| YUV | 129.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 219 | 0.35 | 0.52 | 0 | 0.14 | 259.12 | 0.61 | 0.64 |
| Hex | 8E | 6A | DB | 23 | 34 | 0 | E | 103 | 3D | 40 |
| Octal | 216 | 152 | 333 | 43 | 64 | 0 | 16 | 403 | 75 | 100 |
| Binary | 10001110 | 1101010 | 11011011 | 100011 | 110100 | 0 | 1110 | 100000011 | 111101 | 1000000 |
Color Harmonies of #8E6ADB
Complementary color
Monochromatic Colors of #8E6ADB
Black with #8E6ADB
Text Example
Text Example
White with #8E6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6ADB; }
p { color: rgb(142,106,219); }
H1.HeaderClassName
{
color: #8E6ADB;
}
.AnyTagClassName
{
color: #8E6ADB;
}
</style>
background-color css
<style>
a { background-color: #8E6ADB; }
a { background-color: rgb(142,106,219); }
div.DivClassName
{
background-color: #8E6ADB;
}
.BgClassName
{
background-color: #8E6ADB;
}
</style>
border-color css
<style>
span { border-color: #8E6ADB; }
span { border-color: rgb(142,106,219); }
td.TdClassName
{
border-color: #8E6ADB;
}
.TagClassName
{
border-color: #8E6ADB;
}
</style>