#806FAD

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

Shades of Deluge #806FAD

Tints of Deluge #806FAD

Color information

#806FAD (or 0x806FAD) is unknown color: approx Deluge. HEX triplet: 80, 6F and AD. RGB value is (128,111,173). Sum of RGB (Red+Green+Blue) = 128+111+173=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #806FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FAD is #7F9052. Grayscale: #7A7A7A. Windows color (decimal): -8360019 or 11366272. OLE color: 11366272.

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

Color convert

RGB128111173-
CMYK0.260.3600.32
HSL256.45º27.43%55.69%-
HSV(B)256.45º35.84%67.84%-
XYZ22.1318.9842.03-
YUV123.15156.13131.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=31.07%
G=26.94%
B=41.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281111730.260.3600.32256.4527.4355.69
Hex806FAD1A240201001b38
Octal20015725532440404003370
Binary1000000011011111010110111010100100010000010000000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,173); }

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

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

 a { background-color: rgb(128,111,173); }

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

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

 span { border-color: rgb(128,111,173); }

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