#9667BB

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

Shades of Lilac Bush #9667BB

Tints of Lilac Bush #9667BB

Color information

#9667BB (or 0x9667BB) is unknown color: approx Lilac Bush. HEX triplet: 96, 67 and BB. RGB value is (150,103,187). Sum of RGB (Red+Green+Blue) = 150+103+187=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #9667BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667BB is #699844. Grayscale: #7E7E7E. Windows color (decimal): -6920261 or 12281750. OLE color: 12281750.

HSL color Cylindrical-coordinate representation of color #9667BB: hue angle of 273.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9667BB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150103187-
CMYK0.200.4500.27
HSL273.57º38.18%56.86%-
HSV(B)273.57º44.92%73.33%-
XYZ26.419.7749.44-
YUV126.63162.07144.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=34.09%
G=23.41%
B=42.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501031870.200.4500.27273.5738.1856.86
Hex9667BB142D01B1122639
Octal22614727324550334224671
Binary1001011011001111011101110100101101011011100010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9667BB; }

 p { color: rgb(150,103,187); }

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

<style>
 a { background-color: #9667BB; }

 a { background-color: rgb(150,103,187); }

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

<style>
 span { border-color: #9667BB; }

 span { border-color: rgb(150,103,187); }

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