#895DBB

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

Shades of Lilac Bush #895DBB

Tints of Lilac Bush #895DBB

Color information

#895DBB (or 0x895DBB) is unknown color: approx Lilac Bush. HEX triplet: 89, 5D and BB. RGB value is (137,93,187). Sum of RGB (Red+Green+Blue) = 137+93+187=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #895DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DBB is #76A244. Grayscale: #747474. Windows color (decimal): -7774789 or 12279177. OLE color: 12279177.

HSL color Cylindrical-coordinate representation of color #895DBB: hue angle of 268.09º degrees, saturation: 0.41, 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 #895DBB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13793187-
CMYK0.270.5000.27
HSL268.09º40.87%54.9%-
HSV(B)268.09º50.27%73.33%-
XYZ23.216.7349.02-
YUV116.87167.58142.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=32.85%
G=22.30%
B=44.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137931870.270.5000.27268.0940.8754.9
Hex895DBB1B3201B10c2937
Octal21113527333620334145167
Binary1000100110111011011101111011110010011011100001100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895DBB; }

 p { color: rgb(137,93,187); }

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

<style>
 a { background-color: #895DBB; }

 a { background-color: rgb(137,93,187); }

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

<style>
 span { border-color: #895DBB; }

 span { border-color: rgb(137,93,187); }

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