#8E21AE

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

Shades of Dark Orchid #8E21AE

Tints of Dark Orchid #8E21AE

Color information

#8E21AE (or 0x8E21AE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 21 and AE. RGB value is (142,33,174). Sum of RGB (Red+Green+Blue) = 142+33+174=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E21AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E21AE is #71DE51. Grayscale: #515151. Windows color (decimal): -7462482 or 11411854. OLE color: 11411854.

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

Color convert

RGB14233174-
CMYK0.180.8100.32
HSL286.38º68.12%40.59%-
HSV(B)286.38º81.03%68.24%-
XYZ19.349.8940.93-
YUV81.66180.11171.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 33 (13.28% from 255) = 9.46%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=40.69%
G=9.46%
B=49.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142331740.180.8100.32286.3868.1240.59
Hex8E21AE125102011e4429
Octal216412562212104043610451
Binary100011101000011010111010010101000101000001000111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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