#80659D

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

Shades of Deluge #80659D

Tints of Deluge #80659D

Color information

#80659D (or 0x80659D) is unknown color: approx Deluge. HEX triplet: 80, 65 and 9D. RGB value is (128,101,157). Sum of RGB (Red+Green+Blue) = 128+101+157=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #80659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80659D is #7F9A62. Grayscale: #737373. Windows color (decimal): -8362595 or 10315136. OLE color: 10315136.

HSL color Cylindrical-coordinate representation of color #80659D: hue angle of 268.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80659D is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128101157-
CMYK0.180.3600.38
HSL268.93º22.22%50.59%-
HSV(B)268.93º35.67%61.57%-
XYZ19.6416.3334.02-
YUV115.46151.45136.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=33.16%
G=26.17%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281011570.180.3600.38268.9322.2250.59
Hex80659D122402610d1633
Octal20014523522440464152663
Binary1000000011001011001110110010100100010011010000110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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