#8E2CC0

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

Shades of Dark Orchid #8E2CC0

Tints of Dark Orchid #8E2CC0

Color information

#8E2CC0 (or 0x8E2CC0) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2C and C0. RGB value is (142,44,192). Sum of RGB (Red+Green+Blue) = 142+44+192=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E2CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CC0 is #71D33F. Grayscale: #595959. Windows color (decimal): -7459648 or 12594318. OLE color: 12594318.

HSL color Cylindrical-coordinate representation of color #8E2CC0: hue angle of 279.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2CC0 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14244192-
CMYK0.260.7700.25
HSL279.73º62.71%46.27%-
HSV(B)279.73º77.08%75.29%-
XYZ21.5711.3650.92-
YUV90.17185.47164.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=37.57%
G=11.64%
B=50.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142441920.260.7700.25279.7362.7146.27
Hex8E2CC01A4D0191183f2e
Octal21654300321150314307756
Binary1000111010110011000000110101001101011001100011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,192); }

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

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

 a { background-color: rgb(142,44,192); }

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

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

 span { border-color: rgb(142,44,192); }

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