#9070BA

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

Shades of Lilac Bush #9070BA

Tints of Lilac Bush #9070BA

Color information

#9070BA (or 0x9070BA) is unknown color: approx Lilac Bush. HEX triplet: 90, 70 and BA. RGB value is (144,112,186). Sum of RGB (Red+Green+Blue) = 144+112+186=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9070BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070BA is #6F8F45. Grayscale: #818181. Windows color (decimal): -7311174 or 12218512. OLE color: 12218512.

HSL color Cylindrical-coordinate representation of color #9070BA: hue angle of 265.95º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9070BA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144112186-
CMYK0.230.4000.27
HSL265.95º34.91%58.43%-
HSV(B)265.95º39.78%72.94%-
XYZ26.1621.0649.14-
YUV130159.6137.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=32.58%
G=25.34%
B=42.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441121860.230.4000.27265.9534.9158.43
Hex9070BA172801B10a233a
Octal22016027227500334124372
Binary1001000011100001011101010111101000011011100001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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