#8977AA

Color #8977AA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8977AA

Tints of Deluge #8977AA

Color information

#8977AA (or 0x8977AA) is unknown color: approx Deluge. HEX triplet: 89, 77 and AA. RGB value is (137,119,170). Sum of RGB (Red+Green+Blue) = 137+119+170=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #8977AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8977AA is #768855. Grayscale: #828282. Windows color (decimal): -7768150 or 11171721. OLE color: 11171721.

HSL color Cylindrical-coordinate representation of color #8977AA: hue angle of 261.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8977AA is Cyan = 0.19, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137119170-
CMYK0.190.300.33
HSL261.18º23.08%56.67%-
HSV(B)261.18º30%66.67%-
XYZ24.1721.4140.89-
YUV130.2150.46132.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.16%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=32.16%
G=27.93%
B=39.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371191700.190.300.33261.1823.0856.67
Hex8977AA131E0211051739
Octal21116725223360414052771
Binary100010011110111101010101001111110010000110000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8977AA; }

 p { color: rgb(137,119,170); }

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

<style>
 a { background-color: #8977AA; }

 a { background-color: rgb(137,119,170); }

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

<style>
 span { border-color: #8977AA; }

 span { border-color: rgb(137,119,170); }

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