#8e34b4

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

Shades of Dark Orchid #8E34B4

Tints of Dark Orchid #8E34B4

Color information

#8E34B4 (or 0x8E34B4) is unknown color: approx Dark Orchid. HEX triplet: 8E, 34 and B4. RGB value is (142,52,180). Sum of RGB (Red+Green+Blue) = 142+52+180=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E34B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E34B4 is #71CB4B. Grayscale: #5D5D5D. Windows color (decimal): -7457612 or 11809934. OLE color: 11809934.

HSL color Cylindrical-coordinate representation of color #8E34B4: hue angle of 282.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E34B4 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14252180-
CMYK0.210.7100.29
HSL282.19º55.17%45.49%-
HSV(B)282.19º71.11%70.59%-
XYZ20.6211.544.31-
YUV93.5176.82162.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 180 (70.70% from 255) = 48.13%
R=37.97%
G=13.90%
B=48.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142521800.210.7100.29282.1955.1745.49
Hex8E34B4154701D11a372d
Octal21664264251070354326755
Binary1000111011010010110100101011000111011101100011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e34b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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