#9071BA

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

Shades of Lilac Bush #9071BA

Tints of Lilac Bush #9071BA

Color information

#9071BA (or 0x9071BA) is unknown color: approx Lilac Bush. HEX triplet: 90, 71 and BA. RGB value is (144,113,186). Sum of RGB (Red+Green+Blue) = 144+113+186=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9071BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071BA is #6F8E45. Grayscale: #828282. Windows color (decimal): -7310918 or 12218768. OLE color: 12218768.

HSL color Cylindrical-coordinate representation of color #9071BA: hue angle of 265.48º 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 #9071BA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144113186-
CMYK0.230.3900.27
HSL265.48º34.6%58.63%-
HSV(B)265.48º39.25%72.94%-
XYZ26.2721.2849.18-
YUV130.59159.27137.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=32.51%
G=25.51%
B=41.99%

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
Decimal1441131860.230.3900.27265.4834.658.63
Hex9071BA172701B109233b
Octal22016127227470334114373
Binary1001000011100011011101010111100111011011100001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9071BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9071BA; }

 p { color: rgb(144,113,186); }

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

<style>
 a { background-color: #9071BA; }

 a { background-color: rgb(144,113,186); }

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

<style>
 span { border-color: #9071BA; }

 span { border-color: rgb(144,113,186); }

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