#895EBF

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

Shades of Lilac Bush #895EBF

Tints of Lilac Bush #895EBF

Color information

#895EBF (or 0x895EBF) is unknown color: approx Lilac Bush. HEX triplet: 89, 5E and BF. RGB value is (137,94,191). Sum of RGB (Red+Green+Blue) = 137+94+191=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #895EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EBF is #76A140. Grayscale: #757575. Windows color (decimal): -7774529 or 12541577. OLE color: 12541577.

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

Color convert

RGB13794191-
CMYK0.280.5100.25
HSL266.6º43.11%55.88%-
HSV(B)266.6º50.79%74.9%-
XYZ23.7217.0951.34-
YUV117.92169.25141.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 191 (75% from 255) = 45.26%
R=32.46%
G=22.27%
B=45.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137941910.280.5100.25266.643.1155.88
Hex895EBF1C3301910b2b38
Octal21113627734630314135370
Binary1000100110111101011111111100110011011001100001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,191); }

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

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

 a { background-color: rgb(137,94,191); }

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

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

 span { border-color: rgb(137,94,191); }

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