#80619E

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

Shades of Deluge #80619E

Tints of Deluge #80619E

Color information

#80619E (or 0x80619E) is unknown color: approx Deluge. HEX triplet: 80, 61 and 9E. RGB value is (128,97,158). Sum of RGB (Red+Green+Blue) = 128+97+158=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #80619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80619E is #7F9E61. Grayscale: #717171. Windows color (decimal): -8363618 or 10379648. OLE color: 10379648.

HSL color Cylindrical-coordinate representation of color #80619E: hue angle of 270.49º 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 #80619E is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12897158-
CMYK0.190.3900.38
HSL270.49º23.92%50%-
HSV(B)270.49º38.61%61.96%-
XYZ19.3515.6134.34-
YUV113.22153.27138.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=33.42%
G=25.33%
B=41.25%

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
Decimal128971580.190.3900.38270.4923.9250
Hex80619E132702610e1832
Octal20014123623470464163062
Binary1000000011000011001111010011100111010011010000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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