#8A4FAA

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

Shades of Deep Lilac #8A4FAA

Tints of Deep Lilac #8A4FAA

Color information

#8A4FAA (or 0x8A4FAA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4F and AA. RGB value is (138,79,170). Sum of RGB (Red+Green+Blue) = 138+79+170=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A4FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4FAA is #75B055. Grayscale: #6A6A6A. Windows color (decimal): -7712854 or 11161482. OLE color: 11161482.

HSL color Cylindrical-coordinate representation of color #8A4FAA: hue angle of 278.9º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A4FAA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13879170-
CMYK0.190.5400.33
HSL278.9º36.55%48.82%-
HSV(B)278.9º53.53%66.67%-
XYZ20.5313.939.63-
YUV107.01163.55150.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=35.66%
G=20.41%
B=43.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138791700.190.5400.33278.936.5548.82
Hex8A4FAA13360211172531
Octal21211725223660414274561
Binary10001010100111110101010100111101100100001100010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,170); }

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

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

 a { background-color: rgb(138,79,170); }

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

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

 span { border-color: rgb(138,79,170); }

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