#80609E

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

Shades of Deluge #80609E

Tints of Deluge #80609E

Color information

#80609E (or 0x80609E) is unknown color: approx Deluge. HEX triplet: 80, 60 and 9E. RGB value is (128,96,158). Sum of RGB (Red+Green+Blue) = 128+96+158=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #80609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80609E is #7F9F61. Grayscale: #707070. Windows color (decimal): -8363874 or 10379392. OLE color: 10379392.

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

Color convert

RGB12896158-
CMYK0.190.3900.38
HSL270.97º24.41%49.8%-
HSV(B)270.97º39.24%61.96%-
XYZ19.2615.4234.31-
YUV112.64153.6138.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=33.51%
G=25.13%
B=41.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128961580.190.3900.38270.9724.4149.8
Hex80609E132702610f1832
Octal20014023623470464173062
Binary1000000011000001001111010011100111010011010000111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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