#80659F

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

Shades of Deluge #80659F

Tints of Deluge #80659F

Color information

#80659F (or 0x80659F) is unknown color: approx Deluge. HEX triplet: 80, 65 and 9F. RGB value is (128,101,159). Sum of RGB (Red+Green+Blue) = 128+101+159=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #80659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80659F is #7F9A60. Grayscale: #737373. Windows color (decimal): -8362593 or 10446208. OLE color: 10446208.

HSL color Cylindrical-coordinate representation of color #80659F: hue angle of 267.93º degrees, saturation: 0.23, 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 #80659F is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128101159-
CMYK0.190.3600.38
HSL267.93º23.2%50.98%-
HSV(B)267.93º36.48%62.35%-
XYZ19.8116.434.92-
YUV115.68152.45136.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=32.99%
G=26.03%
B=40.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281011590.190.3600.38267.9323.250.98
Hex80659F132402610c1733
Octal20014523723440464142763
Binary1000000011001011001111110011100100010011010000110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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