#8952AE

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

Shades of Deep Lilac #8952AE

Tints of Deep Lilac #8952AE

Color information

#8952AE (or 0x8952AE) is unknown color: approx Deep Lilac. HEX triplet: 89, 52 and AE. RGB value is (137,82,174). Sum of RGB (Red+Green+Blue) = 137+82+174=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #8952AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952AE is #76AD51. Grayscale: #6C6C6C. Windows color (decimal): -7777618 or 11424393. OLE color: 11424393.

HSL color Cylindrical-coordinate representation of color #8952AE: hue angle of 275.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8952AE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13782174-
CMYK0.210.5300.32
HSL275.87º36.22%50.2%-
HSV(B)275.87º52.87%68.24%-
XYZ20.9714.4141.72-
YUV108.93164.72148.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=34.86%
G=20.87%
B=44.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137821740.210.5300.32275.8736.2250.2
Hex8952AE15350201142432
Octal21112225625650404244462
Binary10001001101001010101110101011101010100000100010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8952AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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