#80669B

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

Shades of Deluge #80669B

Tints of Deluge #80669B

Color information

#80669B (or 0x80669B) is unknown color: approx Deluge. HEX triplet: 80, 66 and 9B. RGB value is (128,102,155). Sum of RGB (Red+Green+Blue) = 128+102+155=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #80669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669B is #7F9964. Grayscale: #737373. Windows color (decimal): -8362341 or 10184320. OLE color: 10184320.

HSL color Cylindrical-coordinate representation of color #80669B: hue angle of 269.43º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80669B is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128102155-
CMYK0.170.3400.39
HSL269.43º20.95%50.39%-
HSV(B)269.43º34.19%60.78%-
XYZ19.5716.4633.16-
YUV115.82150.11136.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=33.25%
G=26.49%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281021550.170.3400.39269.4320.9550.39
Hex80669B112202710d1532
Octal20014623321420474152562
Binary1000000011001101001101110001100010010011110000110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80669B; }

 p { color: rgb(128,102,155); }

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

<style>
 a { background-color: #80669B; }

 a { background-color: rgb(128,102,155); }

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

<style>
 span { border-color: #80669B; }

 span { border-color: rgb(128,102,155); }

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