#8E67DE

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

Shades of Medium Purple #8E67DE

Tints of Medium Purple #8E67DE

Color information

#8E67DE (or 0x8E67DE) is unknown color: approx Medium Purple. HEX triplet: 8E, 67 and DE. RGB value is (142,103,222). Sum of RGB (Red+Green+Blue) = 142+103+222=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E67DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E67DE is #719821. Grayscale: #7F7F7F. Windows color (decimal): -7444514 or 14575502. OLE color: 14575502.

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

Color convert

RGB142103222-
CMYK0.360.5400.13
HSL259.66º64.32%63.73%-
HSV(B)259.66º53.6%87.06%-
XYZ29.1920.7371.57-
YUV128.23180.92137.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=30.41%
G=22.06%
B=47.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421032220.360.5400.13259.6664.3263.73
Hex8E67DE24360D1044040
Octal2161473364466015404100100
Binary100011101100111110111101001001101100110110000010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E67DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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