Shades of Medium Purple #8E6ADE
Tints of Medium Purple #8E6ADE
RGB
CMYK
RGB Variations
Color information
#8E6ADE (or 0x8E6ADE) is known color: Medium Purple. HEX triplet: 8E, 6A and DE. RGB value is (142,106,222). Sum of RGB (Red+Green+Blue) = 142+106+222=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ADE is #719521. Grayscale: #818181. Windows color (decimal): -7443746 or 14576270. OLE color: 14576270.
HSL color Cylindrical-coordinate representation of color #8E6ADE: hue angle of 258.62º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E6ADE is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 106 | 222 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.13 |
| HSL | 258.62º | 0.64% | 0.64% | - |
| HSV(B) | 258.62º | 0.52% | 0.87% | - |
| XYZ | 29.49 | 21.33 | 71.67 | - |
| YUV | 129.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 222 | 0.36 | 0.52 | 0 | 0.13 | 258.62 | 0.64 | 0.64 |
| Hex | 8E | 6A | DE | 24 | 34 | 0 | D | 103 | 40 | 40 |
| Octal | 216 | 152 | 336 | 44 | 64 | 0 | 15 | 403 | 100 | 100 |
| Binary | 10001110 | 1101010 | 11011110 | 100100 | 110100 | 0 | 1101 | 100000011 | 1000000 | 1000000 |
Color Harmonies of #8E6ADE
Complementary color
Monochromatic Colors of #8E6ADE
Black with #8E6ADE
Text Example
Text Example
White with #8E6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6ADE; }
p { color: rgb(142,106,222); }
H1.HeaderClassName
{
color: #8E6ADE;
}
.AnyTagClassName
{
color: #8E6ADE;
}
</style>
background-color css
<style>
a { background-color: #8E6ADE; }
a { background-color: rgb(142,106,222); }
div.DivClassName
{
background-color: #8E6ADE;
}
.BgClassName
{
background-color: #8E6ADE;
}
</style>
border-color css
<style>
span { border-color: #8E6ADE; }
span { border-color: rgb(142,106,222); }
td.TdClassName
{
border-color: #8E6ADE;
}
.TagClassName
{
border-color: #8E6ADE;
}
</style>