#8C34AE

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

Shades of Dark Orchid #8C34AE

Tints of Dark Orchid #8C34AE

Color information

#8C34AE (or 0x8C34AE) is unknown color: approx Dark Orchid. HEX triplet: 8C, 34 and AE. RGB value is (140,52,174). Sum of RGB (Red+Green+Blue) = 140+52+174=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C34AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C34AE is #73CB51. Grayscale: #5B5B5B. Windows color (decimal): -7588690 or 11416716. OLE color: 11416716.

HSL color Cylindrical-coordinate representation of color #8C34AE: hue angle of 283.28º 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 #8C34AE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14052174-
CMYK0.200.7000.32
HSL283.28º53.98%44.31%-
HSV(B)283.28º70.11%68.24%-
XYZ19.6811.0941.15-
YUV92.22174.15162.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=38.25%
G=14.21%
B=47.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140521740.200.7000.32283.2853.9844.31
Hex8C34AE144602011b362c
Octal21464256241060404336654
Binary10001100110100101011101010010001100100000100011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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