#9073BB

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

Shades of Lilac Bush #9073BB

Tints of Lilac Bush #9073BB

Color information

#9073BB (or 0x9073BB) is unknown color: approx Lilac Bush. HEX triplet: 90, 73 and BB. RGB value is (144,115,187). Sum of RGB (Red+Green+Blue) = 144+115+187=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #9073BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073BB is #6F8C44. Grayscale: #838383. Windows color (decimal): -7310405 or 12284816. OLE color: 12284816.

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

Color convert

RGB144115187-
CMYK0.230.3900.27
HSL264.17º34.62%59.22%-
HSV(B)264.17º38.5%73.33%-
XYZ26.621.7849.82-
YUV131.88159.11136.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.29%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=32.29%
G=25.78%
B=41.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441151870.230.3900.27264.1734.6259.22
Hex9073BB172701B108233b
Octal22016327327470334104373
Binary1001000011100111011101110111100111011011100001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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