#9770BF

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

Shades of Lilac Bush #9770BF

Tints of Lilac Bush #9770BF

Color information

#9770BF (or 0x9770BF) is unknown color: approx Lilac Bush. HEX triplet: 97, 70 and BF. RGB value is (151,112,191). Sum of RGB (Red+Green+Blue) = 151+112+191=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9770BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770BF is #688F40. Grayscale: #848484. Windows color (decimal): -6852417 or 12546199. OLE color: 12546199.

HSL color Cylindrical-coordinate representation of color #9770BF: hue angle of 269.62º 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 #9770BF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151112191-
CMYK0.210.4100.25
HSL269.62º38.16%59.41%-
HSV(B)269.62º41.36%74.9%-
XYZ27.9621.9352.05-
YUV132.67160.92141.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 191 (75% from 255) = 42.07%
R=33.26%
G=24.67%
B=42.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511121910.210.4100.25269.6238.1659.41
Hex9770BF152901910e263b
Octal22716027725510314164673
Binary1001011111100001011111110101101001011001100001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9770BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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