#8176AD

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

Shades of Deluge #8176AD

Tints of Deluge #8176AD

Color information

#8176AD (or 0x8176AD) is unknown color: approx Deluge. HEX triplet: 81, 76 and AD. RGB value is (129,118,173). Sum of RGB (Red+Green+Blue) = 129+118+173=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8176AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8176AD is #7E8952. Grayscale: #7F7F7F. Windows color (decimal): -8292691 or 11368065. OLE color: 11368065.

HSL color Cylindrical-coordinate representation of color #8176AD: hue angle of 252º degrees, saturation: 0.25, 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 #8176AD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129118173-
CMYK0.250.3200.32
HSL252º25.11%57.06%-
HSV(B)252º31.79%67.84%-
XYZ23.0720.6442.3-
YUV127.56153.64129.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=30.71%
G=28.10%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291181730.250.3200.3225225.1157.06
Hex8176AD1920020fc1939
Octal20116625531400403743171
Binary100000011110110101011011100110000001000001111110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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