#8852AB

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

Shades of Deep Lilac #8852AB

Tints of Deep Lilac #8852AB

Color information

#8852AB (or 0x8852AB) is unknown color: approx Deep Lilac. HEX triplet: 88, 52 and AB. RGB value is (136,82,171). Sum of RGB (Red+Green+Blue) = 136+82+171=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #8852AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8852AB is #77AD54. Grayscale: #6B6B6B. Windows color (decimal): -7843157 or 11227784. OLE color: 11227784.

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

Color convert

RGB13682171-
CMYK0.200.5200.33
HSL276.4º35.18%49.61%-
HSV(B)276.4º52.05%67.06%-
XYZ20.5214.2140.19-
YUV108.29163.39147.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=34.96%
G=21.08%
B=43.96%

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
Decimal136821710.200.5200.33276.435.1849.61
Hex8852AB14340211142332
Octal21012225324640414244362
Binary10001000101001010101011101001101000100001100010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8852AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8852AB; }

 p { color: rgb(136,82,171); }

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

<style>
 a { background-color: #8852AB; }

 a { background-color: rgb(136,82,171); }

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

<style>
 span { border-color: #8852AB; }

 span { border-color: rgb(136,82,171); }

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