#8E3AAD

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

Shades of Deep Lilac #8E3AAD

Tints of Deep Lilac #8E3AAD

Color information

#8E3AAD (or 0x8E3AAD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 3A and AD. RGB value is (142,58,173). Sum of RGB (Red+Green+Blue) = 142+58+173=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3AAD is #71C552. Grayscale: #5F5F5F. Windows color (decimal): -7456083 or 11352718. OLE color: 11352718.

HSL color Cylindrical-coordinate representation of color #8E3AAD: hue angle of 283.83º degrees, saturation: 0.5, 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 #8E3AAD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14258173-
CMYK0.180.6600.32
HSL283.83º49.78%45.29%-
HSV(B)283.83º66.47%67.84%-
XYZ20.2111.7940.75-
YUV96.23171.33160.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=38.07%
G=15.55%
B=46.38%

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
Decimal142581730.180.6600.32283.8349.7845.29
Hex8E3AAD124202011c322d
Octal21672255221020404346255
Binary10001110111010101011011001010000100100000100011100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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