#986DC1

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

Shades of Lilac Bush #986DC1

Tints of Lilac Bush #986DC1

Color information

#986DC1 (or 0x986DC1) is unknown color: approx Lilac Bush. HEX triplet: 98, 6D and C1. RGB value is (152,109,193). Sum of RGB (Red+Green+Blue) = 152+109+193=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #986DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DC1 is #67923E. Grayscale: #838383. Windows color (decimal): -6787647 or 12676504. OLE color: 12676504.

HSL color Cylindrical-coordinate representation of color #986DC1: hue angle of 270.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986DC1 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152109193-
CMYK0.210.4400.24
HSL270.71º40.38%59.22%-
HSV(B)270.71º43.52%75.69%-
XYZ28.0421.4653.12-
YUV131.43162.75142.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=33.48%
G=24.01%
B=42.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521091930.210.4400.24270.7140.3859.22
Hex986DC1152C01810f283b
Octal23015530125540304175073
Binary1001100011011011100000110101101100011000100001111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,193); }

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

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

 a { background-color: rgb(152,109,193); }

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

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

 span { border-color: rgb(152,109,193); }

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