#9069BC

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

Shades of Lilac Bush #9069BC

Tints of Lilac Bush #9069BC

Color information

#9069BC (or 0x9069BC) is unknown color: approx Lilac Bush. HEX triplet: 90, 69 and BC. RGB value is (144,105,188). Sum of RGB (Red+Green+Blue) = 144+105+188=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9069BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069BC is #6F9643. Grayscale: #7D7D7D. Windows color (decimal): -7312964 or 12347792. OLE color: 12347792.

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

Color convert

RGB144105188-
CMYK0.230.4400.26
HSL268.19º38.25%57.45%-
HSV(B)268.19º44.15%73.73%-
XYZ25.6319.6650.02-
YUV126.12162.92140.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=32.95%
G=24.03%
B=43.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441051880.230.4400.26268.1938.2557.45
Hex9069BC172C01A10c2639
Octal22015127427540324144671
Binary1001000011010011011110010111101100011010100001100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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