#8A4DA3

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

Shades of Deep Lilac #8A4DA3

Tints of Deep Lilac #8A4DA3

Color information

#8A4DA3 (or 0x8A4DA3) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4D and A3. RGB value is (138,77,163). Sum of RGB (Red+Green+Blue) = 138+77+163=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #8A4DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4DA3 is #75B25C. Grayscale: #686868. Windows color (decimal): -7713373 or 10702218. OLE color: 10702218.

HSL color Cylindrical-coordinate representation of color #8A4DA3: hue angle of 282.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4DA3 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13877163-
CMYK0.150.5300.36
HSL282.56º35.83%47.06%-
HSV(B)282.56º52.76%63.92%-
XYZ19.7513.3636.19-
YUV105.04160.71151.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 163 (64.06% from 255) = 43.12%
R=36.51%
G=20.37%
B=43.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138771630.150.5300.36282.5635.8347.06
Hex8A4DA3F3502411b242f
Octal21211524317650444334457
Binary1000101010011011010001111111101010100100100011011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,163); }

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

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

 a { background-color: rgb(138,77,163); }

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

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

 span { border-color: rgb(138,77,163); }

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