#8E6DDD

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

Shades of Medium Purple #8E6DDD

Tints of Medium Purple #8E6DDD

Color information

#8E6DDD (or 0x8E6DDD) is unknown color: approx Medium Purple. HEX triplet: 8E, 6D and DD. RGB value is (142,109,221). Sum of RGB (Red+Green+Blue) = 142+109+221=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DDD is #719222. Grayscale: #838383. Windows color (decimal): -7442979 or 14511502. OLE color: 14511502.

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

Color convert

RGB142109221-
CMYK0.360.5100.13
HSL257.68º62.22%64.71%-
HSV(B)257.68º50.68%86.67%-
XYZ29.6821.9171.07-
YUV131.64178.43135.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.08%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=30.08%
G=23.09%
B=46.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421092210.360.5100.13257.6862.2264.71
Hex8E6DDD24330D1023e41
Octal216155335446301540276101
Binary10001110110110111011101100100110011011011000000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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