#806CAB

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

Shades of Deluge #806CAB

Tints of Deluge #806CAB

Color information

#806CAB (or 0x806CAB) is unknown color: approx Deluge. HEX triplet: 80, 6C and AB. RGB value is (128,108,171). Sum of RGB (Red+Green+Blue) = 128+108+171=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #806CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806CAB is #7F9354. Grayscale: #787878. Windows color (decimal): -8360789 or 11234432. OLE color: 11234432.

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

Color convert

RGB128108171-
CMYK0.250.3700.33
HSL259.05º27.27%54.71%-
HSV(B)259.05º36.84%67.06%-
XYZ21.6218.2540.91-
YUV121.16156.13132.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=31.45%
G=26.54%
B=42.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281081710.250.3700.33259.0527.2754.71
Hex806CAB19250211031b37
Octal20015425331450414033367
Binary1000000011011001010101111001100101010000110000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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