#986FBF

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

Shades of Lilac Bush #986FBF

Tints of Lilac Bush #986FBF

Color information

#986FBF (or 0x986FBF) is unknown color: approx Lilac Bush. HEX triplet: 98, 6F and BF. RGB value is (152,111,191). Sum of RGB (Red+Green+Blue) = 152+111+191=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 111 (43.75% from 255 or 24.45% 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 #986FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FBF is #679040. Grayscale: #848484. Windows color (decimal): -6787137 or 12545944. OLE color: 12545944.

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

Color convert

RGB152111191-
CMYK0.200.4200.25
HSL270.75º38.46%59.22%-
HSV(B)270.75º41.88%74.9%-
XYZ28.0421.8152.02-
YUV132.38161.08142-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 191 (75% from 255) = 42.07%
R=33.48%
G=24.45%
B=42.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521111910.200.4200.25270.7538.4659.22
Hex986FBF142A01910f263b
Octal23015727724520314174673
Binary1001100011011111011111110100101010011001100001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986FBF; }

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

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

<style>
 a { background-color: #986FBF; }

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

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

<style>
 span { border-color: #986FBF; }

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

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