#80659A

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

Shades of Deluge #80659A

Tints of Deluge #80659A

Color information

#80659A (or 0x80659A) is unknown color: approx Deluge. HEX triplet: 80, 65 and 9A. RGB value is (128,101,154). Sum of RGB (Red+Green+Blue) = 128+101+154=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #80659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80659A is #7F9A65. Grayscale: #727272. Windows color (decimal): -8362598 or 10118528. OLE color: 10118528.

HSL color Cylindrical-coordinate representation of color #80659A: hue angle of 270.57º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80659A is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB128101154-
CMYK0.170.3400.40
HSL270.57º20.78%50%-
HSV(B)270.57º34.42%60.39%-
XYZ19.3916.2332.68-
YUV115.12149.95137.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=33.42%
G=26.37%
B=40.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281011540.170.3400.40270.5720.7850
Hex80659A112202810f1532
Octal20014523221420504172562
Binary1000000011001011001101010001100010010100010000111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80659A; }

 p { color: rgb(128,101,154); }

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

<style>
 a { background-color: #80659A; }

 a { background-color: rgb(128,101,154); }

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

<style>
 span { border-color: #80659A; }

 span { border-color: rgb(128,101,154); }

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