#895FB6

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

Shades of Deep Lilac #895FB6

Tints of Deep Lilac #895FB6

Color information

#895FB6 (or 0x895FB6) is unknown color: approx Deep Lilac. HEX triplet: 89, 5F and B6. RGB value is (137,95,182). Sum of RGB (Red+Green+Blue) = 137+95+182=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #895FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FB6 is #76A049. Grayscale: #757575. Windows color (decimal): -7774282 or 11952009. OLE color: 11952009.

HSL color Cylindrical-coordinate representation of color #895FB6: hue angle of 268.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #895FB6 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13795182-
CMYK0.250.4800.29
HSL268.97º37.34%54.31%-
HSV(B)268.97º47.8%71.37%-
XYZ22.8516.8846.31-
YUV117.48164.41141.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 182 (71.48% from 255) = 43.96%
R=33.09%
G=22.95%
B=43.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137951820.250.4800.29268.9737.3454.31
Hex895FB6193001D10d2536
Octal21113726631600354154566
Binary1000100110111111011011011001110000011101100001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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