#8E66E6

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

Shades of Medium Purple #8E66E6

Tints of Medium Purple #8E66E6

Color information

#8E66E6 (or 0x8E66E6) is unknown color: approx Medium Purple. HEX triplet: 8E, 66 and E6. RGB value is (142,102,230). Sum of RGB (Red+Green+Blue) = 142+102+230=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E66E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E66E6 is #719919. Grayscale: #808080. Windows color (decimal): -7444762 or 15099534. OLE color: 15099534.

HSL color Cylindrical-coordinate representation of color #8E66E6: hue angle of 258.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E66E6 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142102230-
CMYK0.380.5600.10
HSL258.75º71.91%65.1%-
HSV(B)258.75º55.65%90.2%-
XYZ30.1920.9777.32-
YUV128.55185.25137.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 230 (90.23% from 255) = 48.52%
R=29.96%
G=21.52%
B=48.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421022300.380.5600.10258.7571.9165.1
Hex8E66E626380A1034841
Octal2161463464670012403110101
Binary100011101100110111001101001101110000101010000001110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E66E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,230); }

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

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

 a { background-color: rgb(142,102,230); }

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

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

 span { border-color: rgb(142,102,230); }

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