#9072BD

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

Shades of Lilac Bush #9072BD

Tints of Lilac Bush #9072BD

Color information

#9072BD (or 0x9072BD) is unknown color: approx Lilac Bush. HEX triplet: 90, 72 and BD. RGB value is (144,114,189). Sum of RGB (Red+Green+Blue) = 144+114+189=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #9072BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072BD is #6F8D42. Grayscale: #838383. Windows color (decimal): -7310659 or 12415632. OLE color: 12415632.

HSL color Cylindrical-coordinate representation of color #9072BD: hue angle of 264º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9072BD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144114189-
CMYK0.240.4000.26
HSL264º36.23%59.41%-
HSV(B)264º39.68%74.12%-
XYZ26.721.6450.91-
YUV131.52160.44136.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=32.21%
G=25.50%
B=42.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441141890.240.4000.2626436.2359.41
Hex9072BD182801A108243b
Octal22016227530500324104473
Binary1001000011100101011110111000101000011010100001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9072BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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