#8E3AB2

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

Shades of Dark Orchid #8E3AB2

Tints of Dark Orchid #8E3AB2

Color information

#8E3AB2 (or 0x8E3AB2) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3A and B2. RGB value is (142,58,178). Sum of RGB (Red+Green+Blue) = 142+58+178=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #8E3AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3AB2 is #71C54D. Grayscale: #606060. Windows color (decimal): -7456078 or 11680398. OLE color: 11680398.

HSL color Cylindrical-coordinate representation of color #8E3AB2: hue angle of 282º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3AB2 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14258178-
CMYK0.200.6700.30
HSL282º50.85%46.27%-
HSV(B)282º67.42%69.8%-
XYZ20.711.9943.34-
YUV96.8173.83160.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 178 (69.92% from 255) = 47.09%
R=37.57%
G=15.34%
B=47.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal142581780.200.6700.3028250.8546.27
Hex8E3AB2144301E11a332e
Octal21672262241030364326356
Binary1000111011101010110010101001000011011110100011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,178); }

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

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

 a { background-color: rgb(142,58,178); }

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

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

 span { border-color: rgb(142,58,178); }

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