#806DAA

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

Shades of Deluge #806DAA

Tints of Deluge #806DAA

Color information

#806DAA (or 0x806DAA) is unknown color: approx Deluge. HEX triplet: 80, 6D and AA. RGB value is (128,109,170). Sum of RGB (Red+Green+Blue) = 128+109+170=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #806DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806DAA is #7F9255. Grayscale: #797979. Windows color (decimal): -8360534 or 11169152. OLE color: 11169152.

HSL color Cylindrical-coordinate representation of color #806DAA: hue angle of 258.69º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #806DAA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128109170-
CMYK0.250.3600.33
HSL258.69º26.41%54.71%-
HSV(B)258.69º35.88%66.67%-
XYZ21.6318.4340.45-
YUV121.64155.29132.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=31.45%
G=26.78%
B=41.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281091700.250.3600.33258.6926.4154.71
Hex806DAA19240211031a37
Octal20015525231440414033267
Binary1000000011011011010101011001100100010000110000001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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