#8164AC

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

Shades of Deluge #8164AC

Tints of Deluge #8164AC

Color information

#8164AC (or 0x8164AC) is unknown color: approx Deluge. HEX triplet: 81, 64 and AC. RGB value is (129,100,172). Sum of RGB (Red+Green+Blue) = 129+100+172=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #8164AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8164AC is #7E9B53. Grayscale: #747474. Windows color (decimal): -8297300 or 11297921. OLE color: 11297921.

HSL color Cylindrical-coordinate representation of color #8164AC: hue angle of 264.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8164AC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129100172-
CMYK0.250.4200.33
HSL264.17º30.25%53.33%-
HSV(B)264.17º41.86%67.45%-
XYZ21.0616.7641.15-
YUV116.88159.11136.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=32.17%
G=24.94%
B=42.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291001720.250.4200.33264.1730.2553.33
Hex8164AC192A0211081e35
Octal20114425431520414103665
Binary1000000111001001010110011001101010010000110000100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8164AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8164AC; }

 p { color: rgb(129,100,172); }

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

<style>
 a { background-color: #8164AC; }

 a { background-color: rgb(129,100,172); }

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

<style>
 span { border-color: #8164AC; }

 span { border-color: rgb(129,100,172); }

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