#816DAA

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

Shades of Deluge #816DAA

Tints of Deluge #816DAA

Color information

#816DAA (or 0x816DAA) is unknown color: approx Deluge. HEX triplet: 81, 6D and AA. RGB value is (129,109,170). Sum of RGB (Red+Green+Blue) = 129+109+170=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #816DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAA is #7E9255. Grayscale: #797979. Windows color (decimal): -8294998 or 11169153. OLE color: 11169153.

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

Color convert

RGB129109170-
CMYK0.240.3600.33
HSL259.67º26.41%54.71%-
HSV(B)259.67º35.88%66.67%-
XYZ21.7818.5140.45-
YUV121.93155.13133.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=31.62%
G=26.72%
B=41.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291091700.240.3600.33259.6726.4154.71
Hex816DAA18240211041a37
Octal20115525230440414043267
Binary1000000111011011010101011000100100010000110000010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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