#8E2BCA

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

Shades of Dark Orchid #8E2BCA

Tints of Dark Orchid #8E2BCA

Color information

#8E2BCA (or 0x8E2BCA) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2B and CA. RGB value is (142,43,202). Sum of RGB (Red+Green+Blue) = 142+43+202=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E2BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2BCA is #71D435. Grayscale: #5A5A5A. Windows color (decimal): -7459894 or 13249422. OLE color: 13249422.

HSL color Cylindrical-coordinate representation of color #8E2BCA: hue angle of 277.36º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E2BCA is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14243202-
CMYK0.300.7900.21
HSL277.36º64.9%48.04%-
HSV(B)277.36º78.71%79.22%-
XYZ22.6811.7456.95-
YUV90.73190.8164.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 43 (17.19% from 255) = 11.11%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=36.69%
G=11.11%
B=52.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142432020.300.7900.21277.3664.948.04
Hex8E2BCA1E4F0151154130
Octal216533123611702542510160
Binary10001110101011110010101111010011110101011000101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,43,202); }

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

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

 a { background-color: rgb(142,43,202); }

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

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

 span { border-color: rgb(142,43,202); }

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