#806DAE

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

Shades of Deluge #806DAE

Tints of Deluge #806DAE

Color information

#806DAE (or 0x806DAE) is unknown color: approx Deluge. HEX triplet: 80, 6D and AE. RGB value is (128,109,174). Sum of RGB (Red+Green+Blue) = 128+109+174=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #806DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806DAE is #7F9251. Grayscale: #797979. Windows color (decimal): -8360530 or 11431296. OLE color: 11431296.

HSL color Cylindrical-coordinate representation of color #806DAE: hue angle of 257.54º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806DAE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128109174-
CMYK0.260.3700.32
HSL257.54º28.63%55.49%-
HSV(B)257.54º37.36%68.24%-
XYZ22.0118.5842.47-
YUV122.09157.29132.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=31.14%
G=26.52%
B=42.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281091740.260.3700.32257.5428.6355.49
Hex806DAE1A250201021d37
Octal20015525632450404023567
Binary1000000011011011010111011010100101010000010000001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806DAE; }

 p { color: rgb(128,109,174); }

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

<style>
 a { background-color: #806DAE; }

 a { background-color: rgb(128,109,174); }

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

<style>
 span { border-color: #806DAE; }

 span { border-color: rgb(128,109,174); }

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