#816FA9

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

Shades of Deluge #816FA9

Tints of Deluge #816FA9

Color information

#816FA9 (or 0x816FA9) is unknown color: approx Deluge. HEX triplet: 81, 6F and A9. RGB value is (129,111,169). Sum of RGB (Red+Green+Blue) = 129+111+169=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #816FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FA9 is #7E9056. Grayscale: #7A7A7A. Windows color (decimal): -8294487 or 11104129. OLE color: 11104129.

HSL color Cylindrical-coordinate representation of color #816FA9: hue angle of 258.62º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #816FA9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB129111169-
CMYK0.240.3400.34
HSL258.62º25.22%54.9%-
HSV(B)258.62º34.32%66.27%-
XYZ21.918.940.03-
YUV122.99153.96132.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=31.54%
G=27.14%
B=41.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1291111690.240.3400.34258.6225.2254.9
Hex816FA918220221031937
Octal20115725130420424033167
Binary1000000111011111010100111000100010010001010000001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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