#987AC1

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

Shades of Lilac Bush #987AC1

Tints of Lilac Bush #987AC1

Color information

#987AC1 (or 0x987AC1) is unknown color: approx Lilac Bush. HEX triplet: 98, 7A and C1. RGB value is (152,122,193). Sum of RGB (Red+Green+Blue) = 152+122+193=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #987AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AC1 is #67853E. Grayscale: #8A8A8A. Windows color (decimal): -6784319 or 12679832. OLE color: 12679832.

HSL color Cylindrical-coordinate representation of color #987AC1: hue angle of 265.35º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987AC1 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152122193-
CMYK0.210.3700.24
HSL265.35º36.41%61.76%-
HSV(B)265.35º36.79%75.69%-
XYZ29.5324.4453.61-
YUV139.06158.44137.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=32.55%
G=26.12%
B=41.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521221930.210.3700.24265.3536.4161.76
Hex987AC11525018109243e
Octal23017230125450304114476
Binary1001100011110101100000110101100101011000100001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987AC1; }

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

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

<style>
 a { background-color: #987AC1; }

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

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

<style>
 span { border-color: #987AC1; }

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

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