#816F99

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

Shades of Deluge #816F99

Tints of Deluge #816F99

Color information

#816F99 (or 0x816F99) is unknown color: approx Deluge. HEX triplet: 81, 6F and 99. RGB value is (129,111,153). Sum of RGB (Red+Green+Blue) = 129+111+153=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #816F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F99 is #7E9066. Grayscale: #797979. Windows color (decimal): -8294503 or 10055553. OLE color: 10055553.

HSL color Cylindrical-coordinate representation of color #816F99: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #816F99 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB129111153-
CMYK0.160.2700.4
HSL265.71º17.07%51.76%-
HSV(B)265.71º27.45%60%-
XYZ20.4918.3432.6-
YUV121.17145.96133.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=32.82%
G=28.24%
B=38.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291111530.160.2700.4265.7117.0751.76
Hex816F99101B02810a1134
Octal20115723120330504122164
Binary100000011101111100110011000011011010100010000101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F99; }

 p { color: rgb(129,111,153); }

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

<style>
 a { background-color: #816F99; }

 a { background-color: rgb(129,111,153); }

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

<style>
 span { border-color: #816F99; }

 span { border-color: rgb(129,111,153); }

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