#9669BF

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

Shades of Lilac Bush #9669BF

Tints of Lilac Bush #9669BF

Color information

#9669BF (or 0x9669BF) is unknown color: approx Lilac Bush. HEX triplet: 96, 69 and BF. RGB value is (150,105,191). Sum of RGB (Red+Green+Blue) = 150+105+191=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #9669BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669BF is #699640. Grayscale: #7F7F7F. Windows color (decimal): -6919745 or 12544406. OLE color: 12544406.

HSL color Cylindrical-coordinate representation of color #9669BF: hue angle of 271.4º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9669BF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150105191-
CMYK0.210.4500.25
HSL271.4º40.19%58.04%-
HSV(B)271.4º45.03%74.9%-
XYZ27.0320.3551.79-
YUV128.26163.41143.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 191 (75% from 255) = 42.83%
R=33.63%
G=23.54%
B=42.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501051910.210.4500.25271.440.1958.04
Hex9669BF152D01910f283a
Octal22615127725550314175072
Binary1001011011010011011111110101101101011001100001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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