#986EBD

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

Shades of Lilac Bush #986EBD

Tints of Lilac Bush #986EBD

Color information

#986EBD (or 0x986EBD) is unknown color: approx Lilac Bush. HEX triplet: 98, 6E and BD. RGB value is (152,110,189). Sum of RGB (Red+Green+Blue) = 152+110+189=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #986EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EBD is #679142. Grayscale: #838383. Windows color (decimal): -6787395 or 12414616. OLE color: 12414616.

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

Color convert

RGB152110189-
CMYK0.200.4200.26
HSL271.9º37.44%58.63%-
HSV(B)271.9º41.8%74.12%-
XYZ27.7121.550.83-
YUV131.56160.41142.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=33.70%
G=24.39%
B=41.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521101890.200.4200.26271.937.4458.63
Hex986EBD142A01A110253b
Octal23015627524520324204573
Binary1001100011011101011110110100101010011010100010000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,110,189); }

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

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

 a { background-color: rgb(152,110,189); }

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

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

 span { border-color: rgb(152,110,189); }

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