#8953AC

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

Shades of Deep Lilac #8953AC

Tints of Deep Lilac #8953AC

Color information

#8953AC (or 0x8953AC) is unknown color: approx Deep Lilac. HEX triplet: 89, 53 and AC. RGB value is (137,83,172). Sum of RGB (Red+Green+Blue) = 137+83+172=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #8953AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8953AC is #76AC53. Grayscale: #6C6C6C. Windows color (decimal): -7777364 or 11293577. OLE color: 11293577.

HSL color Cylindrical-coordinate representation of color #8953AC: hue angle of 276.4º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8953AC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13783172-
CMYK0.200.5200.33
HSL276.4º34.9%50%-
HSV(B)276.4º51.74%67.45%-
XYZ20.8614.4840.73-
YUV109.29163.39147.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=34.95%
G=21.17%
B=43.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137831720.200.5200.33276.434.950
Hex8953AC14340211142332
Octal21112325424640414244362
Binary10001001101001110101100101001101000100001100010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8953AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8953AC; }

 p { color: rgb(137,83,172); }

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

<style>
 a { background-color: #8953AC; }

 a { background-color: rgb(137,83,172); }

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

<style>
 span { border-color: #8953AC; }

 span { border-color: rgb(137,83,172); }

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