#8A3CAE

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

Shades of Deep Lilac #8A3CAE

Tints of Deep Lilac #8A3CAE

Color information

#8A3CAE (or 0x8A3CAE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 3C and AE. RGB value is (138,60,174). Sum of RGB (Red+Green+Blue) = 138+60+174=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A3CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3CAE is #75C351. Grayscale: #5F5F5F. Windows color (decimal): -7717714 or 11418762. OLE color: 11418762.

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

Color convert

RGB13860174-
CMYK0.210.6600.32
HSL281.05º48.72%45.88%-
HSV(B)281.05º65.52%68.24%-
XYZ19.7411.6941.26-
YUV96.32171.84157.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=37.10%
G=16.13%
B=46.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138601740.210.6600.32281.0548.7245.88
Hex8A3CAE1542020119312e
Octal21274256251020404316156
Binary10001010111100101011101010110000100100000100011001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,60,174); }

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

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

 a { background-color: rgb(138,60,174); }

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

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

 span { border-color: rgb(138,60,174); }

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