#8E2EC6

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

Shades of Dark Orchid #8E2EC6

Tints of Dark Orchid #8E2EC6

Color information

#8E2EC6 (or 0x8E2EC6) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2E and C6. RGB value is (142,46,198). Sum of RGB (Red+Green+Blue) = 142+46+198=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E2EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2EC6 is #71D139. Grayscale: #5B5B5B. Windows color (decimal): -7459130 or 12988046. OLE color: 12988046.

HSL color Cylindrical-coordinate representation of color #8E2EC6: hue angle of 277.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2EC6 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14246198-
CMYK0.280.7700.22
HSL277.89º62.3%47.84%-
HSV(B)277.89º76.77%77.65%-
XYZ22.3311.7854.52-
YUV92.03187.8163.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 46 (18.36% from 255) = 11.92%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=36.79%
G=11.92%
B=51.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142461980.280.7700.22277.8962.347.84
Hex8E2EC61C4D0161163e30
Octal21656306341150264267660
Binary1000111010111011000110111001001101010110100010110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,198); }

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

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

 a { background-color: rgb(142,46,198); }

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

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

 span { border-color: rgb(142,46,198); }

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