#9676BF

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

Shades of Lilac Bush #9676BF

Tints of Lilac Bush #9676BF

Color information

#9676BF (or 0x9676BF) is unknown color: approx Lilac Bush. HEX triplet: 96, 76 and BF. RGB value is (150,118,191). Sum of RGB (Red+Green+Blue) = 150+118+191=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 118 (46.48% from 255 or 25.71% 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 #9676BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676BF is #698940. Grayscale: #878787. Windows color (decimal): -6916417 or 12547734. OLE color: 12547734.

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

Color convert

RGB150118191-
CMYK0.210.3800.25
HSL266.3º36.32%60.59%-
HSV(B)266.3º38.22%74.9%-
XYZ28.4623.252.27-
YUV135.89159.1138.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 191 (75% from 255) = 41.61%
R=32.68%
G=25.71%
B=41.61%

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
Decimal1501181910.210.3800.25266.336.3260.59
Hex9676BF152601910a243d
Octal22616627725460314124475
Binary1001011011101101011111110101100110011001100001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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