#8E1AAE

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

Shades of Dark Orchid #8E1AAE

Tints of Dark Orchid #8E1AAE

Color information

#8E1AAE (or 0x8E1AAE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1A and AE. RGB value is (142,26,174). Sum of RGB (Red+Green+Blue) = 142+26+174=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1AAE is #71E551. Grayscale: #4D4D4D. Windows color (decimal): -7464274 or 11410062. OLE color: 11410062.

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

Color convert

RGB14226174-
CMYK0.180.8500.32
HSL287.03º74%39.22%-
HSV(B)287.03º85.06%68.24%-
XYZ19.169.5540.88-
YUV77.56182.43173.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 26 (10.55% from 255) = 7.60%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=41.52%
G=7.60%
B=50.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142261740.180.8500.32287.037439.22
Hex8E1AAE125502011f4a27
Octal216322562212504043711247
Binary10001110110101010111010010101010101000001000111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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