#8852AD

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

Shades of Deep Lilac #8852AD

Tints of Deep Lilac #8852AD

Color information

#8852AD (or 0x8852AD) is unknown color: approx Deep Lilac. HEX triplet: 88, 52 and AD. RGB value is (136,82,173). Sum of RGB (Red+Green+Blue) = 136+82+173=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #8852AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8852AD is #77AD52. Grayscale: #6C6C6C. Windows color (decimal): -7843155 or 11358856. OLE color: 11358856.

HSL color Cylindrical-coordinate representation of color #8852AD: hue angle of 275.6º 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 #8852AD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13682173-
CMYK0.210.5300.32
HSL275.6º35.69%50%-
HSV(B)275.6º52.6%67.84%-
XYZ20.7114.2941.2-
YUV108.52164.39147.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=34.78%
G=20.97%
B=44.25%

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
Decimal136821730.210.5300.32275.635.6950
Hex8852AD15350201142432
Octal21012225525650404244462
Binary10001000101001010101101101011101010100000100010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8852AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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