#9377BF

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

Shades of Lilac Bush #9377BF

Tints of Lilac Bush #9377BF

Color information

#9377BF (or 0x9377BF) is unknown color: approx Lilac Bush. HEX triplet: 93, 77 and BF. RGB value is (147,119,191). Sum of RGB (Red+Green+Blue) = 147+119+191=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9377BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377BF is #6C8840. Grayscale: #878787. Windows color (decimal): -7112769 or 12547987. OLE color: 12547987.

HSL color Cylindrical-coordinate representation of color #9377BF: hue angle of 263.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9377BF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147119191-
CMYK0.230.3800.25
HSL263.33º36%60.78%-
HSV(B)263.33º37.7%74.9%-
XYZ28.0323.1652.28-
YUV135.58159.28136.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.17%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 191 (75% from 255) = 41.79%
R=32.17%
G=26.04%
B=41.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471191910.230.3800.25263.333660.78
Hex9377BF1726019107243d
Octal22316727727460314074475
Binary1001001111101111011111110111100110011001100000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9377BF; }

 p { color: rgb(147,119,191); }

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

<style>
 a { background-color: #9377BF; }

 a { background-color: rgb(147,119,191); }

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

<style>
 span { border-color: #9377BF; }

 span { border-color: rgb(147,119,191); }

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