#8E6AEA

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

Shades of Medium Purple #8E6AEA

Tints of Medium Purple #8E6AEA

Color information

#8E6AEA (or 0x8E6AEA) is unknown color: approx Medium Purple. HEX triplet: 8E, 6A and EA. RGB value is (142,106,234). Sum of RGB (Red+Green+Blue) = 142+106+234=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E6AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6AEA is #719515. Grayscale: #828282. Windows color (decimal): -7443734 or 15362702. OLE color: 15362702.

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

Color convert

RGB142106234-
CMYK0.390.5500.08
HSL256.88º75.29%66.67%-
HSV(B)256.88º54.7%91.76%-
XYZ31.162280.45-
YUV131.36185.93135.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=29.46%
G=21.99%
B=48.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421062340.390.5500.08256.8875.2966.67
Hex8E6AEA2737081014b43
Octal2161523524767010401113103
Binary100011101101010111010101001111101110100010000000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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