#8E39BA

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

Shades of Dark Orchid #8E39BA

Tints of Dark Orchid #8E39BA

Color information

#8E39BA (or 0x8E39BA) is unknown color: approx Dark Orchid. HEX triplet: 8E, 39 and BA. RGB value is (142,57,186). Sum of RGB (Red+Green+Blue) = 142+57+186=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E39BA is #71C645. Grayscale: #606060. Windows color (decimal): -7456326 or 12204430. OLE color: 12204430.

HSL color Cylindrical-coordinate representation of color #8E39BA: hue angle of 279.53º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E39BA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14257186-
CMYK0.240.6900.27
HSL279.53º53.09%47.65%-
HSV(B)279.53º69.35%72.94%-
XYZ21.4812.2247.68-
YUV97.12178.16160.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 57 (22.66% from 255) = 14.81%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=36.88%
G=14.81%
B=48.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142571860.240.6900.27279.5353.0947.65
Hex8E39BA184501B1183530
Octal21671272301050334306560
Binary1000111011100110111010110001000101011011100011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E39BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,186); }

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

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

 a { background-color: rgb(142,57,186); }

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

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

 span { border-color: rgb(142,57,186); }

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