#9069BB

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

Shades of Lilac Bush #9069BB

Tints of Lilac Bush #9069BB

Color information

#9069BB (or 0x9069BB) is unknown color: approx Lilac Bush. HEX triplet: 90, 69 and BB. RGB value is (144,105,187). Sum of RGB (Red+Green+Blue) = 144+105+187=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #9069BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069BB is #6F9644. Grayscale: #7D7D7D. Windows color (decimal): -7312965 or 12282256. OLE color: 12282256.

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

Color convert

RGB144105187-
CMYK0.230.4400.27
HSL268.54º37.61%57.25%-
HSV(B)268.54º43.85%73.33%-
XYZ25.5219.6249.46-
YUV126.01162.42140.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=33.03%
G=24.08%
B=42.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441051870.230.4400.27268.5437.6157.25
Hex9069BB172C01B10d2639
Octal22015127327540334154671
Binary1001000011010011011101110111101100011011100001101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,105,187); }

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

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

 a { background-color: rgb(144,105,187); }

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

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

 span { border-color: rgb(144,105,187); }

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