#8E6ADE

Color #8E6ADE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8E6ADE

Tints of Medium Purple #8E6ADE

Color information

#8E6ADE (or 0x8E6ADE) is unknown color: approx 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

RGB142106222-
CMYK0.360.5200.13
HSL258.62º63.74%64.31%-
HSV(B)258.62º52.25%87.06%-
XYZ29.4921.3371.67-
YUV129.99179.93136.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 30.21%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=30.21%
G=22.55%
B=47.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421062220.360.5200.13258.6263.7464.31
Hex8E6ADE24340D1034040
Octal2161523364464015403100100
Binary100011101101010110111101001001101000110110000001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>