#806D99

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

Shades of Deluge #806D99

Tints of Deluge #806D99

Color information

#806D99 (or 0x806D99) is unknown color: approx Deluge. HEX triplet: 80, 6D and 99. RGB value is (128,109,153). Sum of RGB (Red+Green+Blue) = 128+109+153=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #806D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D99 is #7F9266. Grayscale: #777777. Windows color (decimal): -8360551 or 10055040. OLE color: 10055040.

HSL color Cylindrical-coordinate representation of color #806D99: hue angle of 265.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #806D99 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB128109153-
CMYK0.160.2900.4
HSL265.91º17.74%51.37%-
HSV(B)265.91º28.76%60%-
XYZ20.1217.8332.52-
YUV119.7146.79133.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=32.82%
G=27.95%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281091530.160.2900.4265.9117.7451.37
Hex806D99101D02810a1233
Octal20015523120350504122263
Binary100000001101101100110011000011101010100010000101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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