#9069BD

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

Shades of Lilac Bush #9069BD

Tints of Lilac Bush #9069BD

Color information

#9069BD (or 0x9069BD) is unknown color: approx Lilac Bush. HEX triplet: 90, 69 and BD. RGB value is (144,105,189). Sum of RGB (Red+Green+Blue) = 144+105+189=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #9069BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069BD is #6F9642. Grayscale: #7D7D7D. Windows color (decimal): -7312963 or 12413328. OLE color: 12413328.

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

Color convert

RGB144105189-
CMYK0.240.4400.26
HSL267.86º38.89%57.65%-
HSV(B)267.86º44.44%74.12%-
XYZ25.7419.7150.59-
YUV126.24163.42140.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.88%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=32.88%
G=23.97%
B=43.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441051890.240.4400.26267.8638.8957.65
Hex9069BD182C01A10c273a
Octal22015127530540324144772
Binary1001000011010011011110111000101100011010100001100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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