#8166AB

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

Shades of Deluge #8166AB

Tints of Deluge #8166AB

Color information

#8166AB (or 0x8166AB) is unknown color: approx Deluge. HEX triplet: 81, 66 and AB. RGB value is (129,102,171). Sum of RGB (Red+Green+Blue) = 129+102+171=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8166AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8166AB is #7E9954. Grayscale: #757575. Windows color (decimal): -8296789 or 11232897. OLE color: 11232897.

HSL color Cylindrical-coordinate representation of color #8166AB: hue angle of 263.48º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8166AB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129102171-
CMYK0.250.4000.33
HSL263.48º29.11%53.53%-
HSV(B)263.48º40.35%67.06%-
XYZ21.1617.1140.72-
YUV117.94157.95135.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=32.09%
G=25.37%
B=42.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291021710.250.4000.33263.4829.1153.53
Hex8166AB19280211071d36
Octal20114625331500414073566
Binary1000000111001101010101111001101000010000110000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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