#8E5DDE

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

Shades of Medium Purple #8E5DDE

Tints of Medium Purple #8E5DDE

Color information

#8E5DDE (or 0x8E5DDE) is unknown color: approx Medium Purple. HEX triplet: 8E, 5D and DE. RGB value is (142,93,222). Sum of RGB (Red+Green+Blue) = 142+93+222=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DDE is #71A221. Grayscale: #797979. Windows color (decimal): -7447074 or 14572942. OLE color: 14572942.

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

Color convert

RGB14293222-
CMYK0.360.5800.13
HSL262.79º66.15%61.76%-
HSV(B)262.79º58.11%87.06%-
XYZ28.2518.8571.26-
YUV122.36184.23142.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=31.07%
G=20.35%
B=48.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142932220.360.5800.13262.7966.1561.76
Hex8E5DDE243A0D107423e
Octal216135336447201540710276
Binary10001110101110111011110100100111010011011000001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,93,222); }

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

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

 a { background-color: rgb(142,93,222); }

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

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

 span { border-color: rgb(142,93,222); }

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