#8A4AAE

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

Shades of Deep Lilac #8A4AAE

Tints of Deep Lilac #8A4AAE

Color information

#8A4AAE (or 0x8A4AAE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4A and AE. RGB value is (138,74,174). Sum of RGB (Red+Green+Blue) = 138+74+174=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4AAE is #75B551. Grayscale: #686868. Windows color (decimal): -7714130 or 11422346. OLE color: 11422346.

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

Color convert

RGB13874174-
CMYK0.210.5700.32
HSL278.4º40.32%48.63%-
HSV(B)278.4º57.47%68.24%-
XYZ20.5713.3641.54-
YUV104.54167.2151.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=35.75%
G=19.17%
B=45.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138741740.210.5700.32278.440.3248.63
Hex8A4AAE15390201162831
Octal21211225625710404265061
Binary10001010100101010101110101011110010100000100010110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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