#977CC3

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

Shades of Lilac Bush #977CC3

Tints of Lilac Bush #977CC3

Color information

#977CC3 (or 0x977CC3) is unknown color: approx Lilac Bush. HEX triplet: 97, 7C and C3. RGB value is (151,124,195). Sum of RGB (Red+Green+Blue) = 151+124+195=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 124 (48.83% from 255 or 26.38% 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 #977CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CC3 is #68833C. Grayscale: #8B8B8B. Windows color (decimal): -6849341 or 12811415. OLE color: 12811415.

HSL color Cylindrical-coordinate representation of color #977CC3: hue angle of 262.82º 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 #977CC3 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151124195-
CMYK0.230.3600.24
HSL262.82º37.17%62.55%-
HSV(B)262.82º36.41%76.47%-
XYZ29.8224.9354.87-
YUV140.17158.95135.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=32.13%
G=26.38%
B=41.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511241950.230.3600.24262.8237.1762.55
Hex977CC31724018107253f
Octal22717430327440304074577
Binary1001011111111001100001110111100100011000100000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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