#8E1FAE

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

Shades of Dark Orchid #8E1FAE

Tints of Dark Orchid #8E1FAE

Color information

#8E1FAE (or 0x8E1FAE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1F and AE. RGB value is (142,31,174). Sum of RGB (Red+Green+Blue) = 142+31+174=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1FAE is #71E051. Grayscale: #505050. Windows color (decimal): -7462994 or 11411342. OLE color: 11411342.

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

Color convert

RGB14231174-
CMYK0.180.8200.32
HSL286.57º69.76%40.2%-
HSV(B)286.57º82.18%68.24%-
XYZ19.299.7940.92-
YUV80.49180.77171.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 31 (12.5% from 255) = 8.93%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=40.92%
G=8.93%
B=50.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142311740.180.8200.32286.5769.7640.2
Hex8E1FAE125202011f4628
Octal216372562212204043710650
Binary10001110111111010111010010101001001000001000111111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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