#80639B

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

Shades of Deluge #80639B

Tints of Deluge #80639B

Color information

#80639B (or 0x80639B) is unknown color: approx Deluge. HEX triplet: 80, 63 and 9B. RGB value is (128,99,155). Sum of RGB (Red+Green+Blue) = 128+99+155=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #80639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80639B is #7F9C64. Grayscale: #717171. Windows color (decimal): -8363109 or 10183552. OLE color: 10183552.

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

Color convert

RGB12899155-
CMYK0.170.3600.39
HSL271.07º22.05%49.8%-
HSV(B)271.07º36.13%60.78%-
XYZ19.2815.8833.06-
YUV114.06151.11137.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=33.51%
G=25.92%
B=40.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128991550.170.3600.39271.0722.0549.8
Hex80639B112402710f1632
Octal20014323321440474172662
Binary1000000011000111001101110001100100010011110000111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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