#8976AC

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

Shades of Deluge #8976AC

Tints of Deluge #8976AC

Color information

#8976AC (or 0x8976AC) is unknown color: approx Deluge. HEX triplet: 89, 76 and AC. RGB value is (137,118,172). Sum of RGB (Red+Green+Blue) = 137+118+172=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #8976AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8976AC is #768953. Grayscale: #818181. Windows color (decimal): -7768404 or 11302537. OLE color: 11302537.

HSL color Cylindrical-coordinate representation of color #8976AC: hue angle of 261.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8976AC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137118172-
CMYK0.200.3100.33
HSL261.11º24.55%56.86%-
HSV(B)261.11º31.4%67.45%-
XYZ24.2421.2541.85-
YUV129.84151.79133.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=32.08%
G=27.63%
B=40.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371181720.200.3100.33261.1124.5556.86
Hex8976AC141F0211051939
Octal21116625424370414053171
Binary100010011110110101011001010011111010000110000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8976AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8976AC; }

 p { color: rgb(137,118,172); }

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

<style>
 a { background-color: #8976AC; }

 a { background-color: rgb(137,118,172); }

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

<style>
 span { border-color: #8976AC; }

 span { border-color: rgb(137,118,172); }

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