#8954A2

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

Shades of Deep Lilac #8954A2

Tints of Deep Lilac #8954A2

Color information

#8954A2 (or 0x8954A2) is unknown color: approx Deep Lilac. HEX triplet: 89, 54 and A2. RGB value is (137,84,162). Sum of RGB (Red+Green+Blue) = 137+84+162=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 162 - color contains mainly: blue. Hex color #8954A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8954A2 is #76AB5D. Grayscale: #6C6C6C. Windows color (decimal): -7777118 or 10638473. OLE color: 10638473.

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

Color convert

RGB13784162-
CMYK0.150.4800.36
HSL280.77º31.71%48.24%-
HSV(B)280.77º48.15%63.53%-
XYZ20.0114.2735.88-
YUV108.74158.06148.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 162 (63.67% from 255) = 42.30%
R=35.77%
G=21.93%
B=42.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137841620.150.4800.36280.7731.7148.24
Hex8954A2F300241192030
Octal21112424217600444314060
Binary1000100110101001010001011111100000100100100011001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8954A2; }

 p { color: rgb(137,84,162); }

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

<style>
 a { background-color: #8954A2; }

 a { background-color: rgb(137,84,162); }

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

<style>
 span { border-color: #8954A2; }

 span { border-color: rgb(137,84,162); }

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