#80679F

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

Shades of Deluge #80679F

Tints of Deluge #80679F

Color information

#80679F (or 0x80679F) is unknown color: approx Deluge. HEX triplet: 80, 67 and 9F. RGB value is (128,103,159). Sum of RGB (Red+Green+Blue) = 128+103+159=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #80679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80679F is #7F9860. Grayscale: #747474. Windows color (decimal): -8362081 or 10446720. OLE color: 10446720.

HSL color Cylindrical-coordinate representation of color #80679F: hue angle of 266.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80679F is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128103159-
CMYK0.190.3500.38
HSL266.79º22.58%51.37%-
HSV(B)266.79º35.22%62.35%-
XYZ20.0116.7934.99-
YUV116.86151.78135.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=32.82%
G=26.41%
B=40.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281031590.190.3500.38266.7922.5851.37
Hex80679F132302610b1733
Octal20014723723430464132763
Binary1000000011001111001111110011100011010011010000101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80679F; }

 p { color: rgb(128,103,159); }

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

<style>
 a { background-color: #80679F; }

 a { background-color: rgb(128,103,159); }

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

<style>
 span { border-color: #80679F; }

 span { border-color: rgb(128,103,159); }

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