#8E70E0

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

Shades of Medium Purple #8E70E0

Tints of Medium Purple #8E70E0

Color information

#8E70E0 (or 0x8E70E0) is unknown color: approx Medium Purple. HEX triplet: 8E, 70 and E0. RGB value is (142,112,224). Sum of RGB (Red+Green+Blue) = 142+112+224=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E70E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E70E0 is #718F1F. Grayscale: #858585. Windows color (decimal): -7442208 or 14708878. OLE color: 14708878.

HSL color Cylindrical-coordinate representation of color #8E70E0: hue angle of 256.07º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E70E0 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB142112224-
CMYK0.370.5000.12
HSL256.07º64.37%65.88%-
HSV(B)256.07º50%87.84%-
XYZ30.422.7273.3-
YUV133.74178.94133.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=29.71%
G=23.43%
B=46.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1421122240.370.5000.12256.0764.3765.88
Hex8E70E025320C1004042
Octal2161603404562014400100102
Binary100011101110000111000001001011100100110010000000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,224); }

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

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

 a { background-color: rgb(142,112,224); }

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

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

 span { border-color: rgb(142,112,224); }

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