#8952AC

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

Shades of Deep Lilac #8952AC

Tints of Deep Lilac #8952AC

Color information

#8952AC (or 0x8952AC) is unknown color: approx Deep Lilac. HEX triplet: 89, 52 and AC. RGB value is (137,82,172). Sum of RGB (Red+Green+Blue) = 137+82+172=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #8952AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952AC is #76AD53. Grayscale: #6C6C6C. Windows color (decimal): -7777620 or 11293321. OLE color: 11293321.

HSL color Cylindrical-coordinate representation of color #8952AC: hue angle of 276.67º 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 #8952AC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13782172-
CMYK0.200.5200.33
HSL276.67º35.43%49.8%-
HSV(B)276.67º52.33%67.45%-
XYZ20.7814.3340.7-
YUV108.71163.72148.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=35.04%
G=20.97%
B=43.99%

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
Decimal137821720.200.5200.33276.6735.4349.8
Hex8952AC14340211152332
Octal21112225424640414254362
Binary10001001101001010101100101001101000100001100010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8952AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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