#8A44AB

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

Shades of Deep Lilac #8A44AB

Tints of Deep Lilac #8A44AB

Color information

#8A44AB (or 0x8A44AB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 44 and AB. RGB value is (138,68,171). Sum of RGB (Red+Green+Blue) = 138+68+171=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A44AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A44AB is #75BB54. Grayscale: #646464. Windows color (decimal): -7715669 or 11224202. OLE color: 11224202.

HSL color Cylindrical-coordinate representation of color #8A44AB: hue angle of 280.78º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A44AB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13868171-
CMYK0.190.6000.33
HSL280.78º43.1%46.86%-
HSV(B)280.78º60.23%67.06%-
XYZ19.912.4839.89-
YUV100.67167.69154.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=36.60%
G=18.04%
B=45.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138681710.190.6000.33280.7843.146.86
Hex8A44AB133C0211192b2f
Octal21210425323740414315357
Binary10001010100010010101011100111111000100001100011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,68,171); }

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

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

 a { background-color: rgb(138,68,171); }

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

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

 span { border-color: rgb(138,68,171); }

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