#8E3DBE

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

Shades of Dark Orchid #8E3DBE

Tints of Dark Orchid #8E3DBE

Color information

#8E3DBE (or 0x8E3DBE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3D and BE. RGB value is (142,61,190). Sum of RGB (Red+Green+Blue) = 142+61+190=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3DBE is #71C241. Grayscale: #636363. Windows color (decimal): -7455298 or 12467598. OLE color: 12467598.

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

Color convert

RGB14261190-
CMYK0.250.6800.25
HSL277.67º51.39%49.22%-
HSV(B)277.67º67.89%74.51%-
XYZ22.1212.8150.02-
YUV99.92178.84158.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 61 (24.22% from 255) = 15.52%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=36.13%
G=15.52%
B=48.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142611900.250.6800.25277.6751.3949.22
Hex8E3DBE19440191163331
Octal21675276311040314266361
Binary1000111011110110111110110011000100011001100010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,190); }

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

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

 a { background-color: rgb(142,61,190); }

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

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

 span { border-color: rgb(142,61,190); }

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