#8E2AAE

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

Shades of Dark Orchid #8E2AAE

Tints of Dark Orchid #8E2AAE

Color information

#8E2AAE (or 0x8E2AAE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2A and AE. RGB value is (142,42,174). Sum of RGB (Red+Green+Blue) = 142+42+174=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2AAE is #71D551. Grayscale: #565656. Windows color (decimal): -7460178 or 11414158. OLE color: 11414158.

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

Color convert

RGB14242174-
CMYK0.180.7600.32
HSL285.45º61.11%42.35%-
HSV(B)285.45º75.86%68.24%-
XYZ19.6210.4641.03-
YUV86.95177.13167.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 42 (16.80% from 255) = 11.73%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=39.66%
G=11.73%
B=48.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142421740.180.7600.32285.4561.1142.35
Hex8E2AAE124C02011d3d2a
Octal21652256221140404357552
Binary10001110101010101011101001010011000100000100011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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