#80649E

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

Shades of Deluge #80649E

Tints of Deluge #80649E

Color information

#80649E (or 0x80649E) is unknown color: approx Deluge. HEX triplet: 80, 64 and 9E. RGB value is (128,100,158). Sum of RGB (Red+Green+Blue) = 128+100+158=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #80649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80649E is #7F9B61. Grayscale: #727272. Windows color (decimal): -8362850 or 10380416. OLE color: 10380416.

HSL color Cylindrical-coordinate representation of color #80649E: hue angle of 268.97º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80649E is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128100158-
CMYK0.190.3700.38
HSL268.97º23.02%50.59%-
HSV(B)268.97º36.71%61.96%-
XYZ19.6316.1734.43-
YUV114.98152.28137.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=33.16%
G=25.91%
B=40.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281001580.190.3700.38268.9723.0250.59
Hex80649E132502610d1733
Octal20014423623450464152763
Binary1000000011001001001111010011100101010011010000110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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