#8176AB

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

Shades of Deluge #8176AB

Tints of Deluge #8176AB

Color information

#8176AB (or 0x8176AB) is unknown color: approx Deluge. HEX triplet: 81, 76 and AB. RGB value is (129,118,171). Sum of RGB (Red+Green+Blue) = 129+118+171=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8176AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8176AB is #7E8954. Grayscale: #7F7F7F. Windows color (decimal): -8292693 or 11236993. OLE color: 11236993.

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

Color convert

RGB129118171-
CMYK0.250.3100.33
HSL252.45º23.98%56.67%-
HSV(B)252.45º30.99%67.06%-
XYZ22.8820.5641.29-
YUV127.33152.64129.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=30.86%
G=28.23%
B=40.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291181710.250.3100.33252.4523.9856.67
Hex8176AB191F021fc1839
Octal20116625331370413743071
Binary10000001111011010101011110011111101000011111110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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