#895fb8

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

Shades of Lilac Bush #895FB8

Tints of Lilac Bush #895FB8

Color information

#895FB8 (or 0x895FB8) is unknown color: approx Lilac Bush. HEX triplet: 89, 5F and B8. RGB value is (137,95,184). Sum of RGB (Red+Green+Blue) = 137+95+184=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #895FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FB8 is #76A047. Grayscale: #757575. Windows color (decimal): -7774280 or 12083081. OLE color: 12083081.

HSL color Cylindrical-coordinate representation of color #895FB8: hue angle of 268.31º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #895FB8 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13795184-
CMYK0.260.4800.28
HSL268.31º38.53%54.71%-
HSV(B)268.31º48.37%72.16%-
XYZ23.0616.9647.41-
YUV117.7165.41141.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 184 (72.27% from 255) = 44.23%
R=32.93%
G=22.84%
B=44.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal137951840.260.4800.28268.3138.5354.71
Hex895FB81A3001C10c2737
Octal21113727032600344144767
Binary1000100110111111011100011010110000011100100001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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