#8166AF

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

Shades of Deluge #8166AF

Tints of Deluge #8166AF

Color information

#8166AF (or 0x8166AF) is unknown color: approx Deluge. HEX triplet: 81, 66 and AF. RGB value is (129,102,175). Sum of RGB (Red+Green+Blue) = 129+102+175=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #8166AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8166AF is #7E9950. Grayscale: #767676. Windows color (decimal): -8296785 or 11495041. OLE color: 11495041.

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

Color convert

RGB129102175-
CMYK0.260.4200.31
HSL262.19º31.33%54.31%-
HSV(B)262.19º41.71%68.63%-
XYZ21.5417.2742.75-
YUV118.4159.95135.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=31.77%
G=25.12%
B=43.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291021750.260.4200.31262.1931.3354.31
Hex8166AF1A2A01F1061f36
Octal20114625732520374063766
Binary100000011100110101011111101010101001111110000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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