#8E3DAF

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

Shades of Deep Lilac #8E3DAF

Tints of Deep Lilac #8E3DAF

Color information

#8E3DAF (or 0x8E3DAF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 3D and AF. RGB value is (142,61,175). Sum of RGB (Red+Green+Blue) = 142+61+175=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E3DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3DAF is #71C250. Grayscale: #616161. Windows color (decimal): -7455313 or 11484558. OLE color: 11484558.

HSL color Cylindrical-coordinate representation of color #8E3DAF: hue angle of 282.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3DAF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14261175-
CMYK0.190.6500.31
HSL282.63º48.31%46.27%-
HSV(B)282.63º65.14%68.63%-
XYZ20.5612.1841.83-
YUV98.21171.34159.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 61 (24.22% from 255) = 16.14%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=37.57%
G=16.14%
B=46.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142611750.190.6500.31282.6348.3146.27
Hex8E3DAF134101F11b302e
Octal21675257231010374336056
Binary1000111011110110101111100111000001011111100011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,175); }

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

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

 a { background-color: rgb(142,61,175); }

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

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

 span { border-color: rgb(142,61,175); }

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