#895FBE

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

Shades of Lilac Bush #895FBE

Tints of Lilac Bush #895FBE

Color information

#895FBE (or 0x895FBE) is unknown color: approx Lilac Bush. HEX triplet: 89, 5F and BE. RGB value is (137,95,190). Sum of RGB (Red+Green+Blue) = 137+95+190=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #895FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FBE is #76A041. Grayscale: #767676. Windows color (decimal): -7774274 or 12476297. OLE color: 12476297.

HSL color Cylindrical-coordinate representation of color #895FBE: hue angle of 266.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895FBE is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13795190-
CMYK0.280.500.25
HSL266.53º42.22%55.88%-
HSV(B)266.53º50%74.51%-
XYZ23.717.2250.79-
YUV118.39168.41141.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=32.46%
G=22.51%
B=45.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137951900.280.500.25266.5342.2255.88
Hex895FBE1C3201910b2a38
Octal21113727634620314135270
Binary1000100110111111011111011100110010011001100001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,95,190); }

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

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

 a { background-color: rgb(137,95,190); }

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

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

 span { border-color: rgb(137,95,190); }

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