#8E34AE

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

Shades of Dark Orchid #8E34AE

Tints of Dark Orchid #8E34AE

Color information

#8E34AE (or 0x8E34AE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 34 and AE. RGB value is (142,52,174). Sum of RGB (Red+Green+Blue) = 142+52+174=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E34AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E34AE is #71CB51. Grayscale: #5C5C5C. Windows color (decimal): -7457618 or 11416718. OLE color: 11416718.

HSL color Cylindrical-coordinate representation of color #8E34AE: hue angle of 284.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E34AE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14252174-
CMYK0.180.7000.32
HSL284.26º53.98%44.31%-
HSV(B)284.26º70.11%68.24%-
XYZ20.0211.2641.16-
YUV92.82173.82163.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=38.59%
G=14.13%
B=47.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142521740.180.7000.32284.2653.9844.31
Hex8E34AE124602011c362c
Octal21664256221060404346654
Binary10001110110100101011101001010001100100000100011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,174); }

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

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

 a { background-color: rgb(142,52,174); }

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

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

 span { border-color: rgb(142,52,174); }

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