#9871BF

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

Shades of Lilac Bush #9871BF

Tints of Lilac Bush #9871BF

Color information

#9871BF (or 0x9871BF) is unknown color: approx Lilac Bush. HEX triplet: 98, 71 and BF. RGB value is (152,113,191). Sum of RGB (Red+Green+Blue) = 152+113+191=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #9871BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871BF is #678E40. Grayscale: #858585. Windows color (decimal): -6786625 or 12546456. OLE color: 12546456.

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

Color convert

RGB152113191-
CMYK0.200.4100.25
HSL270º37.86%59.61%-
HSV(B)270º40.84%74.9%-
XYZ28.2622.2552.1-
YUV133.55160.42141.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 191 (75% from 255) = 41.89%
R=33.33%
G=24.78%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521131910.200.4100.2527037.8659.61
Hex9871BF142901910e263c
Octal23016127724510314164674
Binary1001100011100011011111110100101001011001100001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9871BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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