#8954A4

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

Shades of Deep Lilac #8954A4

Tints of Deep Lilac #8954A4

Color information

#8954A4 (or 0x8954A4) is unknown color: approx Deep Lilac. HEX triplet: 89, 54 and A4. RGB value is (137,84,164). Sum of RGB (Red+Green+Blue) = 137+84+164=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #8954A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8954A4 is #76AB5B. Grayscale: #6C6C6C. Windows color (decimal): -7777116 or 10769545. OLE color: 10769545.

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

Color convert

RGB13784164-
CMYK0.160.4900.36
HSL279.75º32.26%48.63%-
HSV(B)279.75º48.78%64.31%-
XYZ20.1914.3436.83-
YUV108.97159.06148-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=35.58%
G=21.82%
B=42.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137841640.160.4900.36279.7532.2648.63
Hex8954A410310241182031
Octal21112424420610444304061
Binary10001001101010010100100100001100010100100100011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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