#895EB1

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

Shades of Deep Lilac #895EB1

Tints of Deep Lilac #895EB1

Color information

#895EB1 (or 0x895EB1) is unknown color: approx Deep Lilac. HEX triplet: 89, 5E and B1. RGB value is (137,94,177). Sum of RGB (Red+Green+Blue) = 137+94+177=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #895EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895EB1 is #76A14E. Grayscale: #747474. Windows color (decimal): -7774543 or 11624073. OLE color: 11624073.

HSL color Cylindrical-coordinate representation of color #895EB1: hue angle of 271.08º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895EB1 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13794177-
CMYK0.230.4700.31
HSL271.08º34.73%53.14%-
HSV(B)271.08º46.89%69.41%-
XYZ22.2616.543.61-
YUV116.32162.25142.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=33.58%
G=23.04%
B=43.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137941770.230.4700.31271.0834.7353.14
Hex895EB1172F01F10f2335
Octal21113626127570374174365
Binary1000100110111101011000110111101111011111100001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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