#8952A2

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

Shades of Deep Lilac #8952A2

Tints of Deep Lilac #8952A2

Color information

#8952A2 (or 0x8952A2) is unknown color: approx Deep Lilac. HEX triplet: 89, 52 and A2. RGB value is (137,82,162). Sum of RGB (Red+Green+Blue) = 137+82+162=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #8952A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952A2 is #76AD5D. Grayscale: #6B6B6B. Windows color (decimal): -7777630 or 10637961. OLE color: 10637961.

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

Color convert

RGB13782162-
CMYK0.150.4900.36
HSL281.25º32.79%47.84%-
HSV(B)281.25º49.38%63.53%-
XYZ19.8613.9635.83-
YUV107.57158.72149-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 162 (63.67% from 255) = 42.52%
R=35.96%
G=21.52%
B=42.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137821620.150.4900.36281.2532.7947.84
Hex8952A2F310241192130
Octal21112224217610444314160
Binary1000100110100101010001011111100010100100100011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8952A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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