#8E6EDD

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

Shades of Medium Purple #8E6EDD

Tints of Medium Purple #8E6EDD

Color information

#8E6EDD (or 0x8E6EDD) is unknown color: approx Medium Purple. HEX triplet: 8E, 6E and DD. RGB value is (142,110,221). Sum of RGB (Red+Green+Blue) = 142+110+221=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6EDD is #719122. Grayscale: #838383. Windows color (decimal): -7442723 or 14511758. OLE color: 14511758.

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

Color convert

RGB142110221-
CMYK0.360.5000.13
HSL257.3º62.01%64.9%-
HSV(B)257.3º50.23%86.67%-
XYZ29.7822.1271.11-
YUV132.22178.1134.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=30.02%
G=23.26%
B=46.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421102210.360.5000.13257.362.0164.9
Hex8E6EDD24320D1013e41
Octal216156335446201540176101
Binary10001110110111011011101100100110010011011000000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,110,221); }

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

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

 a { background-color: rgb(142,110,221); }

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

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

 span { border-color: rgb(142,110,221); }

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