#977AC8

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

Shades of Lilac Bush #977AC8

Tints of Lilac Bush #977AC8

Color information

#977AC8 (or 0x977AC8) is unknown color: approx Lilac Bush. HEX triplet: 97, 7A and C8. RGB value is (151,122,200). Sum of RGB (Red+Green+Blue) = 151+122+200=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #977AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AC8 is #688537. Grayscale: #8B8B8B. Windows color (decimal): -6849848 or 13138583. OLE color: 13138583.

HSL color Cylindrical-coordinate representation of color #977AC8: hue angle of 262.31º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977AC8 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB151122200-
CMYK0.240.3900.22
HSL262.31º41.49%63.14%-
HSV(B)262.31º39%78.43%-
XYZ30.1524.6757.82-
YUV139.56162.11136.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=31.92%
G=25.79%
B=42.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511222000.240.3900.22262.3141.4963.14
Hex977AC81827016106293f
Octal22717231030470264065177
Binary1001011111110101100100011000100111010110100000110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,122,200); }

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

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

 a { background-color: rgb(151,122,200); }

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

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

 span { border-color: rgb(151,122,200); }

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