#8952A4

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

Shades of Deep Lilac #8952A4

Tints of Deep Lilac #8952A4

Color information

#8952A4 (or 0x8952A4) is unknown color: approx Deep Lilac. HEX triplet: 89, 52 and A4. RGB value is (137,82,164). Sum of RGB (Red+Green+Blue) = 137+82+164=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #8952A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952A4 is #76AD5B. Grayscale: #6B6B6B. Windows color (decimal): -7777628 or 10769033. OLE color: 10769033.

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

Color convert

RGB13782164-
CMYK0.160.500.36
HSL280.24º33.33%48.24%-
HSV(B)280.24º50%64.31%-
XYZ20.0314.0336.77-
YUV107.79159.72148.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 164 (64.45% from 255) = 42.82%
R=35.77%
G=21.41%
B=42.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137821640.160.500.36280.2433.3348.24
Hex8952A410320241182130
Octal21112224420620444304160
Binary10001001101001010100100100001100100100100100011000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8952A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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