#8E6DDA

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

Shades of Medium Purple #8E6DDA

Tints of Medium Purple #8E6DDA

Color information

#8E6DDA (or 0x8E6DDA) is unknown color: approx Medium Purple. HEX triplet: 8E, 6D and DA. RGB value is (142,109,218). Sum of RGB (Red+Green+Blue) = 142+109+218=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E6DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DDA is #719225. Grayscale: #828282. Windows color (decimal): -7442982 or 14314894. OLE color: 14314894.

HSL color Cylindrical-coordinate representation of color #8E6DDA: hue angle of 258.17º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E6DDA is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142109218-
CMYK0.350.500.15
HSL258.17º59.56%64.12%-
HSV(B)258.17º50%85.49%-
XYZ29.2821.7568.98-
YUV131.29176.93135.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.28%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=30.28%
G=23.24%
B=46.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421092180.350.500.15258.1759.5664.12
Hex8E6DDA23320F1023c40
Octal216155332436201740274100
Binary10001110110110111011010100011110010011111000000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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