#806EAD

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

Shades of Deluge #806EAD

Tints of Deluge #806EAD

Color information

#806EAD (or 0x806EAD) is unknown color: approx Deluge. HEX triplet: 80, 6E and AD. RGB value is (128,110,173). Sum of RGB (Red+Green+Blue) = 128+110+173=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #806EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EAD is #7F9152. Grayscale: #7A7A7A. Windows color (decimal): -8360275 or 11366016. OLE color: 11366016.

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

Color convert

RGB128110173-
CMYK0.260.3600.32
HSL257.14º27.75%55.49%-
HSV(B)257.14º36.42%67.84%-
XYZ22.0218.7642-
YUV122.56156.46131.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=31.14%
G=26.76%
B=42.09%

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
Decimal1281101730.260.3600.32257.1427.7555.49
Hex806EAD1A240201011c37
Octal20015625532440404013467
Binary1000000011011101010110111010100100010000010000000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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