#8E27AE

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

Shades of Dark Orchid #8E27AE

Tints of Dark Orchid #8E27AE

Color information

#8E27AE (or 0x8E27AE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 27 and AE. RGB value is (142,39,174). Sum of RGB (Red+Green+Blue) = 142+39+174=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E27AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E27AE is #71D851. Grayscale: #545454. Windows color (decimal): -7460946 or 11413390. OLE color: 11413390.

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

Color convert

RGB14239174-
CMYK0.180.7800.32
HSL285.78º63.38%41.76%-
HSV(B)285.78º77.59%68.24%-
XYZ19.5210.2641-
YUV85.19178.12168.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 10.99%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=40%
G=10.99%
B=49.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142391740.180.7800.32285.7863.3841.76
Hex8E27AE124E02011e3f2a
Octal21647256221160404367752
Binary10001110100111101011101001010011100100000100011110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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