#8E3EC4

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

Shades of Dark Orchid #8E3EC4

Tints of Dark Orchid #8E3EC4

Color information

#8E3EC4 (or 0x8E3EC4) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3E and C4. RGB value is (142,62,196). Sum of RGB (Red+Green+Blue) = 142+62+196=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #8E3EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3EC4 is #71C13B. Grayscale: #646464. Windows color (decimal): -7455036 or 12861070. OLE color: 12861070.

HSL color Cylindrical-coordinate representation of color #8E3EC4: hue angle of 275.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E3EC4 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14262196-
CMYK0.280.6800.23
HSL275.82º53.17%50.59%-
HSV(B)275.82º68.37%76.86%-
XYZ22.8413.1853.56-
YUV101.2181.5157.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 196 (76.95% from 255) = 49%
R=35.5%
G=15.5%
B=49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142621960.280.6800.23275.8253.1750.59
Hex8E3EC41C440171143533
Octal21676304341040274246563
Binary1000111011111011000100111001000100010111100010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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