#8E3EBD

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

Shades of Dark Orchid #8E3EBD

Tints of Dark Orchid #8E3EBD

Color information

#8E3EBD (or 0x8E3EBD) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3E and BD. RGB value is (142,62,189). Sum of RGB (Red+Green+Blue) = 142+62+189=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E3EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3EBD is #71C142. Grayscale: #636363. Windows color (decimal): -7455043 or 12402318. OLE color: 12402318.

HSL color Cylindrical-coordinate representation of color #8E3EBD: hue angle of 277.8º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3EBD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14262189-
CMYK0.250.6700.26
HSL277.8º50.6%49.22%-
HSV(B)277.8º67.2%74.12%-
XYZ22.0612.8749.47-
YUV100.4178157.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=36.13%
G=15.78%
B=48.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142621890.250.6700.26277.850.649.22
Hex8E3EBD194301A1163331
Octal21676275311030324266361
Binary1000111011111010111101110011000011011010100010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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