#816EAA

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

Shades of Deluge #816EAA

Tints of Deluge #816EAA

Color information

#816EAA (or 0x816EAA) is unknown color: approx Deluge. HEX triplet: 81, 6E and AA. RGB value is (129,110,170). Sum of RGB (Red+Green+Blue) = 129+110+170=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #816EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EAA is #7E9155. Grayscale: #7A7A7A. Windows color (decimal): -8294742 or 11169409. OLE color: 11169409.

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

Color convert

RGB129110170-
CMYK0.240.3500.33
HSL259º26.09%54.9%-
HSV(B)259º35.29%66.67%-
XYZ21.8818.7240.49-
YUV122.52154.79132.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=31.54%
G=26.89%
B=41.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291101700.240.3500.3325926.0954.9
Hex816EAA18230211031a37
Octal20115625230430414033267
Binary1000000111011101010101011000100011010000110000001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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