#8171AB

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

Shades of Deluge #8171AB

Tints of Deluge #8171AB

Color information

#8171AB (or 0x8171AB) is unknown color: approx Deluge. HEX triplet: 81, 71 and AB. RGB value is (129,113,171). Sum of RGB (Red+Green+Blue) = 129+113+171=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #8171AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8171AB is #7E8E54. Grayscale: #7C7C7C. Windows color (decimal): -8293973 or 11235713. OLE color: 11235713.

HSL color Cylindrical-coordinate representation of color #8171AB: hue angle of 256.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8171AB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129113171-
CMYK0.250.3400.33
HSL256.55º25.66%55.69%-
HSV(B)256.55º33.92%67.06%-
XYZ22.3119.4241.1-
YUV124.4154.3131.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=31.23%
G=27.36%
B=41.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291131710.250.3400.33256.5525.6655.69
Hex8171AB19220211011a38
Octal20116125331420414013270
Binary1000000111100011010101111001100010010000110000000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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