#8852C3

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

Shades of Deep Lilac #8852C3

Tints of Deep Lilac #8852C3

Color information

#8852C3 (or 0x8852C3) is unknown color: approx Deep Lilac. HEX triplet: 88, 52 and C3. RGB value is (136,82,195). Sum of RGB (Red+Green+Blue) = 136+82+195=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #8852C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852C3 is #77AD3C. Grayscale: #6E6E6E. Windows color (decimal): -7843133 or 12800648. OLE color: 12800648.

HSL color Cylindrical-coordinate representation of color #8852C3: hue angle of 268.67º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8852C3 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13682195-
CMYK0.300.5800.24
HSL268.67º48.5%54.31%-
HSV(B)268.67º57.95%76.47%-
XYZ23.0215.2153.35-
YUV111.03175.39145.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 195 (76.56% from 255) = 47.22%
R=32.93%
G=19.85%
B=47.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136821950.300.5800.24268.6748.554.31
Hex8852C31E3A01810d3036
Octal21012230336720304156066
Binary1000100010100101100001111110111010011000100001101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8852C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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