#8E3BAD

Color #8E3BAD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8E3BAD

Tints of Deep Lilac #8E3BAD

Color information

#8E3BAD (or 0x8E3BAD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 3B and AD. RGB value is (142,59,173). Sum of RGB (Red+Green+Blue) = 142+59+173=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E3BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3BAD is #71C452. Grayscale: #606060. Windows color (decimal): -7455827 or 11352974. OLE color: 11352974.

HSL color Cylindrical-coordinate representation of color #8E3BAD: hue angle of 283.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3BAD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14259173-
CMYK0.180.6600.32
HSL283.68º49.14%45.49%-
HSV(B)283.68º65.9%67.84%-
XYZ20.2611.940.76-
YUV96.81171160.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 59 (23.44% from 255) = 15.78%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=37.97%
G=15.78%
B=46.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142591730.180.6600.32283.6849.1445.49
Hex8E3BAD124202011c312d
Octal21673255221020404346155
Binary10001110111011101011011001010000100100000100011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,59,173); }

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

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

 a { background-color: rgb(142,59,173); }

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

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

 span { border-color: rgb(142,59,173); }

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