#9379BF

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

Shades of Lilac Bush #9379BF

Tints of Lilac Bush #9379BF

Color information

#9379BF (or 0x9379BF) is unknown color: approx Lilac Bush. HEX triplet: 93, 79 and BF. RGB value is (147,121,191). Sum of RGB (Red+Green+Blue) = 147+121+191=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #9379BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379BF is #6C8640. Grayscale: #888888. Windows color (decimal): -7112257 or 12548499. OLE color: 12548499.

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

Color convert

RGB147121191-
CMYK0.230.3700.25
HSL262.29º35.35%61.18%-
HSV(B)262.29º36.65%74.9%-
XYZ28.2723.6452.36-
YUV136.75158.61135.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 191 (75% from 255) = 41.61%
R=32.03%
G=26.36%
B=41.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471211910.230.3700.25262.2935.3561.18
Hex9379BF1725019106233d
Octal22317127727450314064375
Binary1001001111110011011111110111100101011001100000110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9379BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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