#9667BA

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

Shades of Lilac Bush #9667BA

Tints of Lilac Bush #9667BA

Color information

#9667BA (or 0x9667BA) is unknown color: approx Lilac Bush. HEX triplet: 96, 67 and BA. RGB value is (150,103,186). Sum of RGB (Red+Green+Blue) = 150+103+186=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #9667BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667BA is #699845. Grayscale: #7E7E7E. Windows color (decimal): -6920262 or 12216214. OLE color: 12216214.

HSL color Cylindrical-coordinate representation of color #9667BA: hue angle of 273.98º 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 #9667BA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150103186-
CMYK0.190.4500.27
HSL273.98º37.56%56.67%-
HSV(B)273.98º44.62%72.94%-
XYZ26.2919.7348.88-
YUV126.52161.57144.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=34.17%
G=23.46%
B=42.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501031860.190.4500.27273.9837.5656.67
Hex9667BA132D01B1122639
Octal22614727223550334224671
Binary1001011011001111011101010011101101011011100010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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