#8E3ECF

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

Shades of Dark Orchid #8E3ECF

Tints of Dark Orchid #8E3ECF

Color information

#8E3ECF (or 0x8E3ECF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3E and CF. RGB value is (142,62,207). Sum of RGB (Red+Green+Blue) = 142+62+207=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ECF is #71C130. Grayscale: #656565. Windows color (decimal): -7455025 or 13581966. OLE color: 13581966.

HSL color Cylindrical-coordinate representation of color #8E3ECF: hue angle of 273.1º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3ECF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14262207-
CMYK0.310.7000.19
HSL273.1º60.17%52.75%-
HSV(B)273.1º70.05%81.18%-
XYZ24.1413.760.4-
YUV102.45187156.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 62 (24.61% from 255) = 15.09%
BLUE value IS 207 (81.25% from 255) = 50.36%
R=34.55%
G=15.09%
B=50.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142622070.310.7000.19273.160.1752.75
Hex8E3ECF1F460131113c35
Octal21676317371060234217465
Binary1000111011111011001111111111000110010011100010001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,62,207); }

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

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

 a { background-color: rgb(142,62,207); }

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

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

 span { border-color: rgb(142,62,207); }

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