#8E18AE

Color #8E18AE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8E18AE

Tints of Dark Orchid #8E18AE

Color information

#8E18AE (or 0x8E18AE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 18 and AE. RGB value is (142,24,174). Sum of RGB (Red+Green+Blue) = 142+24+174=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E18AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E18AE is #71E751. Grayscale: #4B4B4B. Windows color (decimal): -7464786 or 11409550. OLE color: 11409550.

HSL color Cylindrical-coordinate representation of color #8E18AE: hue angle of 287.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E18AE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14224174-
CMYK0.180.8600.32
HSL287.2º75.76%38.82%-
HSV(B)287.2º86.21%68.24%-
XYZ19.129.4640.86-
YUV76.38183.09174.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 24 (9.77% from 255) = 7.06%
BLUE value IS 174 (68.36% from 255) = 51.18%
R=41.76%
G=7.06%
B=51.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142241740.180.8600.32287.275.7638.82
Hex8E18AE125602011f4c27
Octal216302562212604043711447
Binary10001110110001010111010010101011001000001000111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E18AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,174); }

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

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

 a { background-color: rgb(142,24,174); }

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

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

 span { border-color: rgb(142,24,174); }

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