#997cc4

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

Shades of Lilac Bush #997CC4

Tints of Lilac Bush #997CC4

Color information

#997CC4 (or 0x997CC4) is unknown color: approx Lilac Bush. HEX triplet: 99, 7C and C4. RGB value is (153,124,196). Sum of RGB (Red+Green+Blue) = 153+124+196=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #997CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CC4 is #66833B. Grayscale: #8C8C8C. Windows color (decimal): -6718268 or 12876953. OLE color: 12876953.

HSL color Cylindrical-coordinate representation of color #997CC4: hue angle of 264.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997CC4 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB153124196-
CMYK0.220.3700.23
HSL264.17º37.89%62.75%-
HSV(B)264.17º36.73%76.86%-
XYZ30.3125.1755.49-
YUV140.88159.11136.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=32.35%
G=26.22%
B=41.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531241960.220.3700.23264.1737.8962.75
Hex997CC41625017108263f
Octal23117430426450274104677
Binary1001100111111001100010010110100101010111100001000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997cc4; }

 p { color: rgb(153,124,196); }

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

<style>
 a { background-color: #997cc4; }

 a { background-color: rgb(153,124,196); }

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

<style>
 span { border-color: #997cc4; }

 span { border-color: rgb(153,124,196); }

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