#80659C

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

Shades of Deluge #80659C

Tints of Deluge #80659C

Color information

#80659C (or 0x80659C) is unknown color: approx Deluge. HEX triplet: 80, 65 and 9C. RGB value is (128,101,156). Sum of RGB (Red+Green+Blue) = 128+101+156=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #80659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80659C is #7F9A63. Grayscale: #737373. Windows color (decimal): -8362596 or 10249600. OLE color: 10249600.

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

Color convert

RGB128101156-
CMYK0.180.3500.39
HSL269.45º21.74%50.39%-
HSV(B)269.45º35.26%61.18%-
XYZ19.5616.333.57-
YUV115.34150.95137.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=33.25%
G=26.23%
B=40.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281011560.180.3500.39269.4521.7450.39
Hex80659C122302710d1632
Octal20014523422430474152662
Binary1000000011001011001110010010100011010011110000110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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