#9978C6

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

Shades of Lilac Bush #9978C6

Tints of Lilac Bush #9978C6

Color information

#9978C6 (or 0x9978C6) is unknown color: approx Lilac Bush. HEX triplet: 99, 78 and C6. RGB value is (153,120,198). Sum of RGB (Red+Green+Blue) = 153+120+198=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #9978C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978C6 is #668739. Grayscale: #8A8A8A. Windows color (decimal): -6719290 or 13007001. OLE color: 13007001.

HSL color Cylindrical-coordinate representation of color #9978C6: hue angle of 265.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9978C6 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153120198-
CMYK0.230.3900.22
HSL265.38º40.62%62.35%-
HSV(B)265.38º39.39%77.65%-
XYZ30.0524.2856.53-
YUV138.76161.43138.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=32.48%
G=25.48%
B=42.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531201980.230.3900.22265.3840.6262.35
Hex9978C61727016109293e
Octal23117030627470264115176
Binary1001100111110001100011010111100111010110100001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9978C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9978C6; }

 p { color: rgb(153,120,198); }

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

<style>
 a { background-color: #9978C6; }

 a { background-color: rgb(153,120,198); }

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

<style>
 span { border-color: #9978C6; }

 span { border-color: rgb(153,120,198); }

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