#986CBF

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

Shades of Lilac Bush #986CBF

Tints of Lilac Bush #986CBF

Color information

#986CBF (or 0x986CBF) is unknown color: approx Lilac Bush. HEX triplet: 98, 6C and BF. RGB value is (152,108,191). Sum of RGB (Red+Green+Blue) = 152+108+191=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #986CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CBF is #679340. Grayscale: #828282. Windows color (decimal): -6787905 or 12545176. OLE color: 12545176.

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

Color convert

RGB152108191-
CMYK0.200.4300.25
HSL271.81º39.34%58.63%-
HSV(B)271.81º43.46%74.9%-
XYZ27.7221.1651.91-
YUV130.62162.08143.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 191 (75% from 255) = 42.35%
R=33.70%
G=23.95%
B=42.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521081910.200.4300.25271.8139.3458.63
Hex986CBF142B019110273b
Octal23015427724530314204773
Binary1001100011011001011111110100101011011001100010000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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