#997BC1

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

Shades of Lilac Bush #997BC1

Tints of Lilac Bush #997BC1

Color information

#997BC1 (or 0x997BC1) is unknown color: approx Lilac Bush. HEX triplet: 99, 7B and C1. RGB value is (153,123,193). Sum of RGB (Red+Green+Blue) = 153+123+193=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #997BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BC1 is #66843E. Grayscale: #8B8B8B. Windows color (decimal): -6718527 or 12680089. OLE color: 12680089.

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

Color convert

RGB153123193-
CMYK0.210.3600.24
HSL265.71º36.08%61.96%-
HSV(B)265.71º36.27%75.69%-
XYZ29.8524.7953.66-
YUV139.95157.94137.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=32.62%
G=26.23%
B=41.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531231930.210.3600.24265.7136.0861.96
Hex997BC1152401810a243e
Octal23117330125440304124476
Binary1001100111110111100000110101100100011000100001010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,123,193); }

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

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

 a { background-color: rgb(153,123,193); }

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

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

 span { border-color: rgb(153,123,193); }

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