#8E2ACE

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

Shades of Dark Orchid #8E2ACE

Tints of Dark Orchid #8E2ACE

Color information

#8E2ACE (or 0x8E2ACE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2A and CE. RGB value is (142,42,206). Sum of RGB (Red+Green+Blue) = 142+42+206=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E2ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2ACE is #71D531. Grayscale: #5A5A5A. Windows color (decimal): -7460146 or 13511310. OLE color: 13511310.

HSL color Cylindrical-coordinate representation of color #8E2ACE: hue angle of 276.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E2ACE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14242206-
CMYK0.310.8000.19
HSL276.59º66.13%48.63%-
HSV(B)276.59º79.61%80.78%-
XYZ23.1211.8659.46-
YUV90.6193.13164.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.41%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 206 (80.86% from 255) = 52.82%
R=36.41%
G=10.77%
B=52.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142422060.310.8000.19276.5966.1348.63
Hex8E2ACE1F500131154231
Octal216523163712002342510261
Binary10001110101010110011101111110100000100111000101011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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