#885DBA

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

Shades of Lilac Bush #885DBA

Tints of Lilac Bush #885DBA

Color information

#885DBA (or 0x885DBA) is unknown color: approx Lilac Bush. HEX triplet: 88, 5D and BA. RGB value is (136,93,186). Sum of RGB (Red+Green+Blue) = 136+93+186=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #885DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DBA is #77A245. Grayscale: #747474. Windows color (decimal): -7840326 or 12213640. OLE color: 12213640.

HSL color Cylindrical-coordinate representation of color #885DBA: hue angle of 267.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885DBA is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13693186-
CMYK0.270.500.27
HSL267.74º40.26%54.71%-
HSV(B)267.74º50%72.94%-
XYZ22.9316.6148.45-
YUV116.46167.25141.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=32.77%
G=22.41%
B=44.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136931860.270.500.27267.7440.2654.71
Hex885DBA1B3201B10c2837
Octal21013527233620334145067
Binary1000100010111011011101011011110010011011100001100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,93,186); }

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

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

 a { background-color: rgb(136,93,186); }

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

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

 span { border-color: rgb(136,93,186); }

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