#986CC5

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

Shades of Lilac Bush #986CC5

Tints of Lilac Bush #986CC5

Color information

#986CC5 (or 0x986CC5) is unknown color: approx Lilac Bush. HEX triplet: 98, 6C and C5. RGB value is (152,108,197). Sum of RGB (Red+Green+Blue) = 152+108+197=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #986CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CC5 is #67933A. Grayscale: #828282. Windows color (decimal): -6787899 or 12938392. OLE color: 12938392.

HSL color Cylindrical-coordinate representation of color #986CC5: hue angle of 269.66º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986CC5 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152108197-
CMYK0.230.4500.23
HSL269.66º43.41%59.8%-
HSV(B)269.66º45.18%77.25%-
XYZ28.3921.4355.46-
YUV131.3165.08142.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=33.26%
G=23.63%
B=43.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521081970.230.4500.23269.6643.4159.8
Hex986CC5172D01710e2b3c
Octal23015430527550274165374
Binary1001100011011001100010110111101101010111100001110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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