#816DA9

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

Shades of Deluge #816DA9

Tints of Deluge #816DA9

Color information

#816DA9 (or 0x816DA9) is unknown color: approx Deluge. HEX triplet: 81, 6D and A9. RGB value is (129,109,169). Sum of RGB (Red+Green+Blue) = 129+109+169=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #816DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DA9 is #7E9256. Grayscale: #797979. Windows color (decimal): -8294999 or 11103617. OLE color: 11103617.

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

Color convert

RGB129109169-
CMYK0.240.3600.34
HSL260º25.86%54.51%-
HSV(B)260º35.5%66.27%-
XYZ21.6818.4739.96-
YUV121.82154.63133.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 169 (66.41% from 255) = 41.52%
R=31.70%
G=26.78%
B=41.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1291091690.240.3600.3426025.8654.51
Hex816DA918240221041a37
Octal20115525130440424043267
Binary1000000111011011010100111000100100010001010000010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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