#8977AD

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

Shades of Deluge #8977AD

Tints of Deluge #8977AD

Color information

#8977AD (or 0x8977AD) is unknown color: approx Deluge. HEX triplet: 89, 77 and AD. RGB value is (137,119,173). Sum of RGB (Red+Green+Blue) = 137+119+173=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #8977AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8977AD is #768852. Grayscale: #828282. Windows color (decimal): -7768147 or 11368329. OLE color: 11368329.

HSL color Cylindrical-coordinate representation of color #8977AD: hue angle of 260º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8977AD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137119173-
CMYK0.210.3100.32
HSL260º24.77%57.25%-
HSV(B)260º31.21%67.84%-
XYZ24.4621.5342.4-
YUV130.54151.96132.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=31.93%
G=27.74%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371191730.210.3100.3226024.7757.25
Hex8977AD151F0201041939
Octal21116725525370404043171
Binary100010011110111101011011010111111010000010000010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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