#895FC0

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

Shades of Lilac Bush #895FC0

Tints of Lilac Bush #895FC0

Color information

#895FC0 (or 0x895FC0) is unknown color: approx Lilac Bush. HEX triplet: 89, 5F and C0. RGB value is (137,95,192). Sum of RGB (Red+Green+Blue) = 137+95+192=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #895FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FC0 is #76A03F. Grayscale: #767676. Windows color (decimal): -7774272 or 12607369. OLE color: 12607369.

HSL color Cylindrical-coordinate representation of color #895FC0: hue angle of 265.98º 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 #895FC0 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13795192-
CMYK0.290.5100.25
HSL265.98º43.5%56.27%-
HSV(B)265.98º50.52%75.29%-
XYZ23.9217.3151.95-
YUV118.62169.41141.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 95 (37.5% from 255) = 22.41%
BLUE value IS 192 (75.39% from 255) = 45.28%
R=32.31%
G=22.41%
B=45.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137951920.290.5100.25265.9843.556.27
Hex895FC01D3301910a2b38
Octal21113730035630314125370
Binary1000100110111111100000011101110011011001100001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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