#8166AE

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

Shades of Deluge #8166AE

Tints of Deluge #8166AE

Color information

#8166AE (or 0x8166AE) is unknown color: approx Deluge. HEX triplet: 81, 66 and AE. RGB value is (129,102,174). Sum of RGB (Red+Green+Blue) = 129+102+174=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #8166AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8166AE is #7E9951. Grayscale: #767676. Windows color (decimal): -8296786 or 11429505. OLE color: 11429505.

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

Color convert

RGB129102174-
CMYK0.260.4100.32
HSL262.5º30.77%54.12%-
HSV(B)262.5º41.38%68.24%-
XYZ21.4417.2342.24-
YUV118.28159.45135.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=31.85%
G=25.19%
B=42.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291021740.260.4100.32262.530.7754.12
Hex8166AE1A290201061f36
Octal20114625632510404063766
Binary1000000111001101010111011010101001010000010000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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