#806DAC

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

Shades of Deluge #806DAC

Tints of Deluge #806DAC

Color information

#806DAC (or 0x806DAC) is unknown color: approx Deluge. HEX triplet: 80, 6D and AC. RGB value is (128,109,172). Sum of RGB (Red+Green+Blue) = 128+109+172=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #806DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806DAC is #7F9253. Grayscale: #797979. Windows color (decimal): -8360532 or 11300224. OLE color: 11300224.

HSL color Cylindrical-coordinate representation of color #806DAC: hue angle of 258.1º degrees, saturation: 0.28, 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 #806DAC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128109172-
CMYK0.260.3700.33
HSL258.1º27.51%55.1%-
HSV(B)258.1º36.63%67.45%-
XYZ21.8218.5141.45-
YUV121.86156.29132.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=31.30%
G=26.65%
B=42.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281091720.260.3700.33258.127.5155.1
Hex806DAC1A250211021c37
Octal20015525432450414023467
Binary1000000011011011010110011010100101010000110000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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