#80629F

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

Shades of Deluge #80629F

Tints of Deluge #80629F

Color information

#80629F (or 0x80629F) is unknown color: approx Deluge. HEX triplet: 80, 62 and 9F. RGB value is (128,98,159). Sum of RGB (Red+Green+Blue) = 128+98+159=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #80629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80629F is #7F9D60. Grayscale: #717171. Windows color (decimal): -8363361 or 10445440. OLE color: 10445440.

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

Color convert

RGB12898159-
CMYK0.190.3800.38
HSL269.51º24.11%50.39%-
HSV(B)269.51º38.36%62.35%-
XYZ19.5315.8334.83-
YUV113.92153.44138.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=33.25%
G=25.45%
B=41.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128981590.190.3800.38269.5124.1150.39
Hex80629F132602610e1832
Octal20014223723460464163062
Binary1000000011000101001111110011100110010011010000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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