#8176AE

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

Shades of Deluge #8176AE

Tints of Deluge #8176AE

Color information

#8176AE (or 0x8176AE) is unknown color: approx Deluge. HEX triplet: 81, 76 and AE. RGB value is (129,118,174). Sum of RGB (Red+Green+Blue) = 129+118+174=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #8176AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8176AE is #7E8951. Grayscale: #7F7F7F. Windows color (decimal): -8292690 or 11433601. OLE color: 11433601.

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

Color convert

RGB129118174-
CMYK0.260.3200.32
HSL251.79º25.69%57.25%-
HSV(B)251.79º32.18%68.24%-
XYZ23.1720.6842.81-
YUV127.67154.14128.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=30.64%
G=28.03%
B=41.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291181740.260.3200.32251.7925.6957.25
Hex8176AE1A20020fc1a39
Octal20116625632400403743271
Binary100000011110110101011101101010000001000001111110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8176AE; }

 p { color: rgb(129,118,174); }

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

<style>
 a { background-color: #8176AE; }

 a { background-color: rgb(129,118,174); }

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

<style>
 span { border-color: #8176AE; }

 span { border-color: rgb(129,118,174); }

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