#977BC1

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

Shades of Lilac Bush #977BC1

Tints of Lilac Bush #977BC1

Color information

#977BC1 (or 0x977BC1) is unknown color: approx Lilac Bush. HEX triplet: 97, 7B and C1. RGB value is (151,123,193). Sum of RGB (Red+Green+Blue) = 151+123+193=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #977BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BC1 is #68843E. Grayscale: #8B8B8B. Windows color (decimal): -6849599 or 12680087. OLE color: 12680087.

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

Color convert

RGB151123193-
CMYK0.220.3600.24
HSL264º36.08%61.96%-
HSV(B)264º36.27%75.69%-
XYZ29.4724.653.65-
YUV139.35158.28136.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=32.33%
G=26.34%
B=41.33%

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
Decimal1511231930.220.3600.2426436.0861.96
Hex977BC11624018108243e
Octal22717330126440304104476
Binary1001011111110111100000110110100100011000100001000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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