#9671BF

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

Shades of Lilac Bush #9671BF

Tints of Lilac Bush #9671BF

Color information

#9671BF (or 0x9671BF) is unknown color: approx Lilac Bush. HEX triplet: 96, 71 and BF. RGB value is (150,113,191). Sum of RGB (Red+Green+Blue) = 150+113+191=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 113 (44.53% from 255 or 24.89% 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 #9671BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671BF is #698E40. Grayscale: #848484. Windows color (decimal): -6917697 or 12546454. OLE color: 12546454.

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

Color convert

RGB150113191-
CMYK0.210.4100.25
HSL268.46º37.86%59.61%-
HSV(B)268.46º40.84%74.9%-
XYZ27.8922.0652.08-
YUV132.96160.76140.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 191 (75% from 255) = 42.07%
R=33.04%
G=24.89%
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
Decimal1501131910.210.4100.25268.4637.8659.61
Hex9671BF152901910c263c
Octal22616127725510314144674
Binary1001011011100011011111110101101001011001100001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9671BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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