#80629C

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

Shades of Deluge #80629C

Tints of Deluge #80629C

Color information

#80629C (or 0x80629C) is unknown color: approx Deluge. HEX triplet: 80, 62 and 9C. RGB value is (128,98,156). Sum of RGB (Red+Green+Blue) = 128+98+156=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #80629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80629C is #7F9D63. Grayscale: #717171. Windows color (decimal): -8363364 or 10248832. OLE color: 10248832.

HSL color Cylindrical-coordinate representation of color #80629C: hue angle of 271.03º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80629C is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12898156-
CMYK0.180.3700.39
HSL271.03º22.83%49.8%-
HSV(B)271.03º37.18%61.18%-
XYZ19.2715.7233.47-
YUV113.58151.94138.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=33.51%
G=25.65%
B=40.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128981560.180.3700.39271.0322.8349.8
Hex80629C122502710f1732
Octal20014223422450474172762
Binary1000000011000101001110010010100101010011110000111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80629C; }

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

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

<style>
 a { background-color: #80629C; }

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

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

<style>
 span { border-color: #80629C; }

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

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