#986FBD

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

Shades of Lilac Bush #986FBD

Tints of Lilac Bush #986FBD

Color information

#986FBD (or 0x986FBD) is unknown color: approx Lilac Bush. HEX triplet: 98, 6F and BD. RGB value is (152,111,189). Sum of RGB (Red+Green+Blue) = 152+111+189=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #986FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FBD is #679042. Grayscale: #838383. Windows color (decimal): -6787139 or 12414872. OLE color: 12414872.

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

Color convert

RGB152111189-
CMYK0.200.4100.26
HSL271.54º37.14%58.82%-
HSV(B)271.54º41.27%74.12%-
XYZ27.8221.7250.87-
YUV132.15160.08142.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=33.63%
G=24.56%
B=41.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521111890.200.4100.26271.5437.1458.82
Hex986FBD142901A110253b
Octal23015727524510324204573
Binary1001100011011111011110110100101001011010100010000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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