#977CC1

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

Shades of Lilac Bush #977CC1

Tints of Lilac Bush #977CC1

Color information

#977CC1 (or 0x977CC1) is unknown color: approx Lilac Bush. HEX triplet: 97, 7C and C1. RGB value is (151,124,193). Sum of RGB (Red+Green+Blue) = 151+124+193=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #977CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CC1 is #68833E. Grayscale: #8B8B8B. Windows color (decimal): -6849343 or 12680343. OLE color: 12680343.

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

Color convert

RGB151124193-
CMYK0.220.3600.24
HSL263.48º35.75%62.16%-
HSV(B)263.48º35.75%75.69%-
XYZ29.624.8453.69-
YUV139.94157.95135.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=32.26%
G=26.50%
B=41.24%

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
Decimal1511241930.220.3600.24263.4835.7562.16
Hex977CC11624018107243e
Octal22717430126440304074476
Binary1001011111111001100000110110100100011000100000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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