#8A48AC

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

Shades of Deep Lilac #8A48AC

Tints of Deep Lilac #8A48AC

Color information

#8A48AC (or 0x8A48AC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 48 and AC. RGB value is (138,72,172). Sum of RGB (Red+Green+Blue) = 138+72+172=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A48AC is #75B753. Grayscale: #666666. Windows color (decimal): -7714644 or 11290762. OLE color: 11290762.

HSL color Cylindrical-coordinate representation of color #8A48AC: hue angle of 279.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A48AC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13872172-
CMYK0.200.5800.33
HSL279.6º40.98%47.84%-
HSV(B)279.6º58.14%67.45%-
XYZ20.2413.0240.48-
YUV103.13166.87152.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=36.13%
G=18.85%
B=45.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138721720.200.5800.33279.640.9847.84
Hex8A48AC143A0211182930
Octal21211025424720414305160
Binary10001010100100010101100101001110100100001100011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A48AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,172); }

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

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

 a { background-color: rgb(138,72,172); }

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

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

 span { border-color: rgb(138,72,172); }

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