#997CC3

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

Shades of Lilac Bush #997CC3

Tints of Lilac Bush #997CC3

Color information

#997CC3 (or 0x997CC3) is unknown color: approx Lilac Bush. HEX triplet: 99, 7C and C3. RGB value is (153,124,195). Sum of RGB (Red+Green+Blue) = 153+124+195=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #997CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CC3 is #66833C. Grayscale: #8C8C8C. Windows color (decimal): -6718269 or 12811417. OLE color: 12811417.

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

Color convert

RGB153124195-
CMYK0.220.3600.24
HSL264.51º37.17%62.55%-
HSV(B)264.51º36.41%76.47%-
XYZ30.1925.1354.89-
YUV140.76158.61136.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=32.42%
G=26.27%
B=41.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531241950.220.3600.24264.5137.1762.55
Hex997CC31624018109253f
Octal23117430326440304114577
Binary1001100111111001100001110110100100011000100001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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