#806DAB

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

Shades of Deluge #806DAB

Tints of Deluge #806DAB

Color information

#806DAB (or 0x806DAB) is unknown color: approx Deluge. HEX triplet: 80, 6D and AB. RGB value is (128,109,171). Sum of RGB (Red+Green+Blue) = 128+109+171=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #806DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806DAB is #7F9254. Grayscale: #797979. Windows color (decimal): -8360533 or 11234688. OLE color: 11234688.

HSL color Cylindrical-coordinate representation of color #806DAB: hue angle of 258.39º degrees, saturation: 0.27, 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 #806DAB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128109171-
CMYK0.250.3600.33
HSL258.39º26.96%54.9%-
HSV(B)258.39º36.26%67.06%-
XYZ21.7218.4740.95-
YUV121.75155.79132.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=31.37%
G=26.72%
B=41.91%

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
Decimal1281091710.250.3600.33258.3926.9654.9
Hex806DAB19240211021b37
Octal20015525331440414023367
Binary1000000011011011010101111001100100010000110000001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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