#997AC3

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

Shades of Lilac Bush #997AC3

Tints of Lilac Bush #997AC3

Color information

#997AC3 (or 0x997AC3) is unknown color: approx Lilac Bush. HEX triplet: 99, 7A and C3. RGB value is (153,122,195). Sum of RGB (Red+Green+Blue) = 153+122+195=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #997AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997AC3 is #66853C. Grayscale: #8B8B8B. Windows color (decimal): -6718781 or 12810905. OLE color: 12810905.

HSL color Cylindrical-coordinate representation of color #997AC3: hue angle of 265.48º degrees, saturation: 0.38, 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 #997AC3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153122195-
CMYK0.220.3700.24
HSL265.48º37.82%62.16%-
HSV(B)265.48º37.44%76.47%-
XYZ29.9524.6354.81-
YUV139.59159.27137.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=32.55%
G=25.96%
B=41.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531221950.220.3700.24265.4837.8262.16
Hex997AC31625018109263e
Octal23117230326450304114676
Binary1001100111110101100001110110100101011000100001001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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