#8061AC

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

Shades of Deluge #8061AC

Tints of Deluge #8061AC

Color information

#8061AC (or 0x8061AC) is unknown color: approx Deluge. HEX triplet: 80, 61 and AC. RGB value is (128,97,172). Sum of RGB (Red+Green+Blue) = 128+97+172=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #8061AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8061AC is #7F9E53. Grayscale: #727272. Windows color (decimal): -8363604 or 11297152. OLE color: 11297152.

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

Color convert

RGB12897172-
CMYK0.260.4400.33
HSL264.8º31.12%52.75%-
HSV(B)264.8º43.6%67.45%-
XYZ20.6216.1241.05-
YUV114.82160.27137.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=32.24%
G=24.43%
B=43.32%

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
Decimal128971720.260.4400.33264.831.1252.75
Hex8061AC1A2C0211091f35
Octal20014125432540414113765
Binary1000000011000011010110011010101100010000110000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8061AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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