#9677BF

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

Shades of Lilac Bush #9677BF

Tints of Lilac Bush #9677BF

Color information

#9677BF (or 0x9677BF) is unknown color: approx Lilac Bush. HEX triplet: 96, 77 and BF. RGB value is (150,119,191). Sum of RGB (Red+Green+Blue) = 150+119+191=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9677BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677BF is #698840. Grayscale: #888888. Windows color (decimal): -6916161 or 12547990. OLE color: 12547990.

HSL color Cylindrical-coordinate representation of color #9677BF: hue angle of 265.83º 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 #9677BF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150119191-
CMYK0.210.3800.25
HSL265.83º36%60.78%-
HSV(B)265.83º37.7%74.9%-
XYZ28.5823.4452.31-
YUV136.48158.77137.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 191 (75% from 255) = 41.52%
R=32.61%
G=25.87%
B=41.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501191910.210.3800.25265.833660.78
Hex9677BF152601910a243d
Octal22616727725460314124475
Binary1001011011101111011111110101100110011001100001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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