#8855C1

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

Shades of Deep Lilac #8855C1

Tints of Deep Lilac #8855C1

Color information

#8855C1 (or 0x8855C1) is unknown color: approx Deep Lilac. HEX triplet: 88, 55 and C1. RGB value is (136,85,193). Sum of RGB (Red+Green+Blue) = 136+85+193=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #8855C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855C1 is #77AA3E. Grayscale: #707070. Windows color (decimal): -7842367 or 12670344. OLE color: 12670344.

HSL color Cylindrical-coordinate representation of color #8855C1: hue angle of 268.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8855C1 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13685193-
CMYK0.300.5600.24
HSL268.33º46.55%54.51%-
HSV(B)268.33º55.96%75.69%-
XYZ23.0315.5852.25-
YUV112.56173.4144.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 193 (75.78% from 255) = 46.62%
R=32.85%
G=20.53%
B=46.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136851930.300.5600.24268.3346.5554.51
Hex8855C11E3801810c2f37
Octal21012530136700304145767
Binary1000100010101011100000111110111000011000100001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8855C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8855C1; }

 p { color: rgb(136,85,193); }

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

<style>
 a { background-color: #8855C1; }

 a { background-color: rgb(136,85,193); }

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

<style>
 span { border-color: #8855C1; }

 span { border-color: rgb(136,85,193); }

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