#80649A

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

Shades of Deluge #80649A

Tints of Deluge #80649A

Color information

#80649A (or 0x80649A) is unknown color: approx Deluge. HEX triplet: 80, 64 and 9A. RGB value is (128,100,154). Sum of RGB (Red+Green+Blue) = 128+100+154=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #80649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80649A is #7F9B65. Grayscale: #727272. Windows color (decimal): -8362854 or 10118272. OLE color: 10118272.

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

Color convert

RGB128100154-
CMYK0.170.3500.40
HSL271.11º21.26%49.8%-
HSV(B)271.11º35.06%60.39%-
XYZ19.2916.0432.65-
YUV114.53150.28137.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=33.51%
G=26.18%
B=40.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281001540.170.3500.40271.1121.2649.8
Hex80649A112302810f1532
Octal20014423221430504172562
Binary1000000011001001001101010001100011010100010000111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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