#816DAF

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

Shades of Deluge #816DAF

Tints of Deluge #816DAF

Color information

#816DAF (or 0x816DAF) is unknown color: approx Deluge. HEX triplet: 81, 6D and AF. RGB value is (129,109,175). Sum of RGB (Red+Green+Blue) = 129+109+175=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #816DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAF is #7E9250. Grayscale: #7A7A7A. Windows color (decimal): -8294993 or 11496833. OLE color: 11496833.

HSL color Cylindrical-coordinate representation of color #816DAF: hue angle of 258.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #816DAF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129109175-
CMYK0.260.3800.31
HSL258.18º29.2%55.69%-
HSV(B)258.18º37.71%68.63%-
XYZ22.2618.742.99-
YUV122.5157.63132.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=31.23%
G=26.39%
B=42.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291091750.260.3800.31258.1829.255.69
Hex816DAF1A2601F1021d38
Octal20115525732460374023570
Binary100000011101101101011111101010011001111110000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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