#8060AC

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

Shades of Deluge #8060AC

Tints of Deluge #8060AC

Color information

#8060AC (or 0x8060AC) is unknown color: approx Deluge. HEX triplet: 80, 60 and AC. RGB value is (128,96,172). Sum of RGB (Red+Green+Blue) = 128+96+172=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #8060AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8060AC is #7F9F53. Grayscale: #717171. Windows color (decimal): -8363860 or 11296896. OLE color: 11296896.

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

Color convert

RGB12896172-
CMYK0.260.4400.33
HSL265.26º31.4%52.55%-
HSV(B)265.26º44.19%67.45%-
XYZ20.5315.9341.02-
YUV114.23160.6137.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=32.32%
G=24.24%
B=43.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128961720.260.4400.33265.2631.452.55
Hex8060AC1A2C0211091f35
Octal20014025432540414113765
Binary1000000011000001010110011010101100010000110000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8060AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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