#895FC3

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

Shades of Lilac Bush #895FC3

Tints of Lilac Bush #895FC3

Color information

#895FC3 (or 0x895FC3) is unknown color: approx Lilac Bush. HEX triplet: 89, 5F and C3. RGB value is (137,95,195). Sum of RGB (Red+Green+Blue) = 137+95+195=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #895FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FC3 is #76A03C. Grayscale: #767676. Windows color (decimal): -7774269 or 12803977. OLE color: 12803977.

HSL color Cylindrical-coordinate representation of color #895FC3: hue angle of 265.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895FC3 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13795195-
CMYK0.300.5100.24
HSL265.2º45.45%56.86%-
HSV(B)265.2º51.28%76.47%-
XYZ24.2617.4453.72-
YUV118.96170.91140.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 195 (76.56% from 255) = 45.67%
R=32.08%
G=22.25%
B=45.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137951950.300.5100.24265.245.4556.86
Hex895FC31E330181092d39
Octal21113730336630304115571
Binary1000100110111111100001111110110011011000100001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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