#8E6ADF

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

Shades of Medium Purple #8E6ADF

Tints of Medium Purple #8E6ADF

Color information

#8E6ADF (or 0x8E6ADF) is unknown color: approx Medium Purple. HEX triplet: 8E, 6A and DF. RGB value is (142,106,223). Sum of RGB (Red+Green+Blue) = 142+106+223=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ADF is #719520. Grayscale: #818181. Windows color (decimal): -7443745 or 14641806. OLE color: 14641806.

HSL color Cylindrical-coordinate representation of color #8E6ADF: hue angle of 258.46º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E6ADF is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142106223-
CMYK0.360.5200.13
HSL258.46º64.64%64.51%-
HSV(B)258.46º52.47%87.45%-
XYZ29.6321.3972.38-
YUV130.1180.43136.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=30.15%
G=22.51%
B=47.35%

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
Decimal1421062230.360.5200.13258.4664.6464.51
Hex8E6ADF24340D1024141
Octal2161523374464015402101101
Binary100011101101010110111111001001101000110110000001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6ADF; }

 p { color: rgb(142,106,223); }

 H1.HeaderClassName
 {
   color: #8E6ADF;
 }
 .AnyTagClassName
 {
   color: #8E6ADF;
 }
</style>
background-color css

<style>
 a { background-color: #8E6ADF; }

 a { background-color: rgb(142,106,223); }

 div.DivClassName
 {
   background-color: #8E6ADF;
 }
 .BgClassName
 {
   background-color: #8E6ADF;
 }
</style>
border-color css

<style>
 span { border-color: #8E6ADF; }

 span { border-color: rgb(142,106,223); }

 td.TdClassName
 {
   border-color: #8E6ADF;
 }
 .TagClassName
 {
   border-color: #8E6ADF;
 }
</style>