#8E6DEA

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

Shades of Medium Purple #8E6DEA

Tints of Medium Purple #8E6DEA

Color information

#8E6DEA (or 0x8E6DEA) is unknown color: approx Medium Purple. HEX triplet: 8E, 6D and EA. RGB value is (142,109,234). Sum of RGB (Red+Green+Blue) = 142+109+234=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6DEA is #719215. Grayscale: #848484. Windows color (decimal): -7442966 or 15363470. OLE color: 15363470.

HSL color Cylindrical-coordinate representation of color #8E6DEA: hue angle of 255.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E6DEA is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142109234-
CMYK0.390.5300.08
HSL255.84º74.85%67.25%-
HSV(B)255.84º53.42%91.76%-
XYZ31.4822.6380.55-
YUV133.12184.93134.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=29.28%
G=22.47%
B=48.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421092340.390.5300.08255.8474.8567.25
Hex8E6DEA2735081004b43
Octal2161553524765010400113103
Binary100011101101101111010101001111101010100010000000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,109,234); }

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

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

 a { background-color: rgb(142,109,234); }

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

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

 span { border-color: rgb(142,109,234); }

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