#8064AC

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

Shades of Deluge #8064AC

Tints of Deluge #8064AC

Color information

#8064AC (or 0x8064AC) is unknown color: approx Deluge. HEX triplet: 80, 64 and AC. RGB value is (128,100,172). Sum of RGB (Red+Green+Blue) = 128+100+172=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #8064AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064AC is #7F9B53. Grayscale: #747474. Windows color (decimal): -8362836 or 11297920. OLE color: 11297920.

HSL color Cylindrical-coordinate representation of color #8064AC: hue angle of 263.33º 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 #8064AC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128100172-
CMYK0.260.4200.33
HSL263.33º30.25%53.33%-
HSV(B)263.33º41.86%67.45%-
XYZ20.9116.6841.15-
YUV116.58159.28136.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 43%
R=32%
G=25%
B=43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281001720.260.4200.33263.3330.2553.33
Hex8064AC1A2A0211071e35
Octal20014425432520414073665
Binary1000000011001001010110011010101010010000110000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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