#9070BF

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

Shades of Lilac Bush #9070BF

Tints of Lilac Bush #9070BF

Color information

#9070BF (or 0x9070BF) is unknown color: approx Lilac Bush. HEX triplet: 90, 70 and BF. RGB value is (144,112,191). Sum of RGB (Red+Green+Blue) = 144+112+191=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #9070BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070BF is #6F8F40. Grayscale: #828282. Windows color (decimal): -7311169 or 12546192. OLE color: 12546192.

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

Color convert

RGB144112191-
CMYK0.250.4100.25
HSL264.3º38.16%59.41%-
HSV(B)264.3º41.36%74.9%-
XYZ26.721.2851.99-
YUV130.57162.1137.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 191 (75% from 255) = 42.73%
R=32.21%
G=25.06%
B=42.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441121910.250.4100.25264.338.1659.41
Hex9070BF1929019108263b
Octal22016027731510314104673
Binary1001000011100001011111111001101001011001100001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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