#986ABB

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

Shades of Lilac Bush #986ABB

Tints of Lilac Bush #986ABB

Color information

#986ABB (or 0x986ABB) is unknown color: approx Lilac Bush. HEX triplet: 98, 6A and BB. RGB value is (152,106,187). Sum of RGB (Red+Green+Blue) = 152+106+187=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #986ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ABB is #679544. Grayscale: #808080. Windows color (decimal): -6788421 or 12282520. OLE color: 12282520.

HSL color Cylindrical-coordinate representation of color #986ABB: hue angle of 274.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986ABB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152106187-
CMYK0.190.4300.27
HSL274.07º37.33%57.45%-
HSV(B)274.07º43.32%73.33%-
XYZ27.0720.5749.56-
YUV128.99160.74144.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=34.16%
G=23.82%
B=42.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521061870.190.4300.27274.0737.3357.45
Hex986ABB132B01B1122539
Octal23015227323530334224571
Binary1001100011010101011101110011101011011011100010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,187); }

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

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

 a { background-color: rgb(152,106,187); }

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

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

 span { border-color: rgb(152,106,187); }

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