#9771BF

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

Shades of Lilac Bush #9771BF

Tints of Lilac Bush #9771BF

Color information

#9771BF (or 0x9771BF) is unknown color: approx Lilac Bush. HEX triplet: 97, 71 and BF. RGB value is (151,113,191). Sum of RGB (Red+Green+Blue) = 151+113+191=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9771BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771BF is #688E40. Grayscale: #848484. Windows color (decimal): -6852161 or 12546455. OLE color: 12546455.

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

Color convert

RGB151113191-
CMYK0.210.4100.25
HSL269.23º37.86%59.61%-
HSV(B)269.23º40.84%74.9%-
XYZ28.0722.1552.09-
YUV133.25160.59140.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 191 (75% from 255) = 41.98%
R=33.19%
G=24.84%
B=41.98%

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
Decimal1511131910.210.4100.25269.2337.8659.61
Hex9771BF152901910d263c
Octal22716127725510314154674
Binary1001011111100011011111110101101001011001100001101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9771BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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