#986BBE

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

Shades of Lilac Bush #986BBE

Tints of Lilac Bush #986BBE

Color information

#986BBE (or 0x986BBE) is unknown color: approx Lilac Bush. HEX triplet: 98, 6B and BE. RGB value is (152,107,190). Sum of RGB (Red+Green+Blue) = 152+107+190=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #986BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BBE is #679441. Grayscale: #818181. Windows color (decimal): -6788162 or 12479384. OLE color: 12479384.

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

Color convert

RGB152107190-
CMYK0.20.4400.25
HSL272.53º38.97%58.24%-
HSV(B)272.53º43.68%74.51%-
XYZ27.520.9151.3-
YUV129.92161.91143.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=33.85%
G=23.83%
B=42.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521071900.20.4400.25272.5338.9758.24
Hex986BBE142C019111273a
Octal23015327624540314214772
Binary1001100011010111011111010100101100011001100010001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,190); }

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

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

 a { background-color: rgb(152,107,190); }

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

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

 span { border-color: rgb(152,107,190); }

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