#8062AC

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

Shades of Deluge #8062AC

Tints of Deluge #8062AC

Color information

#8062AC (or 0x8062AC) is unknown color: approx Deluge. HEX triplet: 80, 62 and AC. RGB value is (128,98,172). Sum of RGB (Red+Green+Blue) = 128+98+172=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #8062AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8062AC is #7F9D53. Grayscale: #737373. Windows color (decimal): -8363348 or 11297408. OLE color: 11297408.

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

Color convert

RGB12898172-
CMYK0.260.4300.33
HSL264.32º30.83%52.94%-
HSV(B)264.32º43.02%67.45%-
XYZ20.7216.341.08-
YUV115.41159.94136.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=32.16%
G=24.62%
B=43.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128981720.260.4300.33264.3230.8352.94
Hex8062AC1A2B0211081f35
Octal20014225432530414103765
Binary1000000011000101010110011010101011010000110000100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8062AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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