#80629B

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

Shades of Deluge #80629B

Tints of Deluge #80629B

Color information

#80629B (or 0x80629B) is unknown color: approx Deluge. HEX triplet: 80, 62 and 9B. RGB value is (128,98,155). Sum of RGB (Red+Green+Blue) = 128+98+155=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #80629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80629B is #7F9D64. Grayscale: #717171. Windows color (decimal): -8363365 or 10183296. OLE color: 10183296.

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

Color convert

RGB12898155-
CMYK0.170.3700.39
HSL271.58º22.53%49.61%-
HSV(B)271.58º36.77%60.78%-
XYZ19.1915.6933.03-
YUV113.47151.44138.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=33.60%
G=25.72%
B=40.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128981550.170.3700.39271.5822.5349.61
Hex80629B11250271101732
Octal20014223321450474202762
Binary1000000011000101001101110001100101010011110001000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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