#9072BF

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

Shades of Lilac Bush #9072BF

Tints of Lilac Bush #9072BF

Color information

#9072BF (or 0x9072BF) is unknown color: approx Lilac Bush. HEX triplet: 90, 72 and BF. RGB value is (144,114,191). Sum of RGB (Red+Green+Blue) = 144+114+191=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #9072BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072BF is #6F8D40. Grayscale: #838383. Windows color (decimal): -7310657 or 12546704. OLE color: 12546704.

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

Color convert

RGB144114191-
CMYK0.250.4000.25
HSL263.38º37.56%59.8%-
HSV(B)263.38º40.31%74.9%-
XYZ26.9221.7352.06-
YUV131.75161.44136.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 191 (75% from 255) = 42.54%
R=32.07%
G=25.39%
B=42.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441141910.250.4000.25263.3837.5659.8
Hex9072BF1928019107263c
Octal22016227731500314074674
Binary1001000011100101011111111001101000011001100000111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9072BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,114,191); }

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

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

 a { background-color: rgb(144,114,191); }

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

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

 span { border-color: rgb(144,114,191); }

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