#80619B

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

Shades of Deluge #80619B

Tints of Deluge #80619B

Color information

#80619B (or 0x80619B) is unknown color: approx Deluge. HEX triplet: 80, 61 and 9B. RGB value is (128,97,155). Sum of RGB (Red+Green+Blue) = 128+97+155=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #80619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80619B is #7F9E64. Grayscale: #707070. Windows color (decimal): -8363621 or 10183040. OLE color: 10183040.

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

Color convert

RGB12897155-
CMYK0.170.3700.39
HSL272.07º23.02%49.41%-
HSV(B)272.07º37.42%60.78%-
XYZ19.0915.5133-
YUV112.88151.77138.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=33.68%
G=25.53%
B=40.79%

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
Decimal128971550.170.3700.39272.0723.0249.41
Hex80619B11250271101731
Octal20014123321450474202761
Binary1000000011000011001101110001100101010011110001000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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