#8855B1

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

Shades of Deep Lilac #8855B1

Tints of Deep Lilac #8855B1

Color information

#8855B1 (or 0x8855B1) is unknown color: approx Deep Lilac. HEX triplet: 88, 55 and B1. RGB value is (136,85,177). Sum of RGB (Red+Green+Blue) = 136+85+177=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #8855B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8855B1 is #77AA4E. Grayscale: #6E6E6E. Windows color (decimal): -7842383 or 11621768. OLE color: 11621768.

HSL color Cylindrical-coordinate representation of color #8855B1: hue angle of 273.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8855B1 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13685177-
CMYK0.230.5200.31
HSL273.26º37.1%51.37%-
HSV(B)273.26º51.98%69.41%-
XYZ21.3414.9143.35-
YUV110.74165.4146.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=34.17%
G=21.36%
B=44.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136851770.230.5200.31273.2637.151.37
Hex8855B1173401F1112533
Octal21012526127640374214563
Binary1000100010101011011000110111110100011111100010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8855B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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