#816DAB

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

Shades of Deluge #816DAB

Tints of Deluge #816DAB

Color information

#816DAB (or 0x816DAB) is unknown color: approx Deluge. HEX triplet: 81, 6D and AB. RGB value is (129,109,171). Sum of RGB (Red+Green+Blue) = 129+109+171=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #816DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAB is #7E9254. Grayscale: #797979. Windows color (decimal): -8294997 or 11234689. OLE color: 11234689.

HSL color Cylindrical-coordinate representation of color #816DAB: hue angle of 259.35º degrees, saturation: 0.27, 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 #816DAB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129109171-
CMYK0.250.3600.33
HSL259.35º26.96%54.9%-
HSV(B)259.35º36.26%67.06%-
XYZ21.8718.5440.95-
YUV122.05155.63132.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=31.54%
G=26.65%
B=41.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291091710.250.3600.33259.3526.9654.9
Hex816DAB19240211031b37
Octal20115525331440414033367
Binary1000000111011011010101111001100100010000110000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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