#9377BD

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

Shades of Lilac Bush #9377BD

Tints of Lilac Bush #9377BD

Color information

#9377BD (or 0x9377BD) is unknown color: approx Lilac Bush. HEX triplet: 93, 77 and BD. RGB value is (147,119,189). Sum of RGB (Red+Green+Blue) = 147+119+189=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #9377BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377BD is #6C8842. Grayscale: #878787. Windows color (decimal): -7112771 or 12416915. OLE color: 12416915.

HSL color Cylindrical-coordinate representation of color #9377BD: hue angle of 264º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9377BD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147119189-
CMYK0.220.3700.26
HSL264º34.65%60.39%-
HSV(B)264º37.04%74.12%-
XYZ27.8123.0751.13-
YUV135.35158.28136.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=32.31%
G=26.15%
B=41.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471191890.220.3700.2626434.6560.39
Hex9377BD162501A108233c
Octal22316727526450324104374
Binary1001001111101111011110110110100101011010100001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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