#885BAD

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

Shades of Deep Lilac #885BAD

Tints of Deep Lilac #885BAD

Color information

#885BAD (or 0x885BAD) is unknown color: approx Deep Lilac. HEX triplet: 88, 5B and AD. RGB value is (136,91,173). Sum of RGB (Red+Green+Blue) = 136+91+173=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #885BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BAD is #77A452. Grayscale: #717171. Windows color (decimal): -7840851 or 11361160. OLE color: 11361160.

HSL color Cylindrical-coordinate representation of color #885BAD: hue angle of 272.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885BAD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13691173-
CMYK0.210.4700.32
HSL272.93º33.33%51.76%-
HSV(B)272.93º47.4%67.84%-
XYZ21.4415.7341.44-
YUV113.8161.41143.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=34%
G=22.75%
B=43.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136911730.210.4700.32272.9333.3351.76
Hex885BAD152F0201112134
Octal21013325525570404214164
Binary10001000101101110101101101011011110100000100010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885BAD; }

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

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

<style>
 a { background-color: #885BAD; }

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

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

<style>
 span { border-color: #885BAD; }

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

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