#816FAD

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

Shades of Deluge #816FAD

Tints of Deluge #816FAD

Color information

#816FAD (or 0x816FAD) is unknown color: approx Deluge. HEX triplet: 81, 6F and AD. RGB value is (129,111,173). Sum of RGB (Red+Green+Blue) = 129+111+173=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #816FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FAD is #7E9052. Grayscale: #7B7B7B. Windows color (decimal): -8294483 or 11366273. OLE color: 11366273.

HSL color Cylindrical-coordinate representation of color #816FAD: hue angle of 257.42º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816FAD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129111173-
CMYK0.250.3600.32
HSL257.42º27.43%55.69%-
HSV(B)257.42º35.84%67.84%-
XYZ22.2819.0542.04-
YUV123.45155.96131.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=31.23%
G=26.88%
B=41.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291111730.250.3600.32257.4227.4355.69
Hex816FAD19240201011b38
Octal20115725531440404013370
Binary1000000111011111010110111001100100010000010000000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,111,173); }

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

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

 a { background-color: rgb(129,111,173); }

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

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

 span { border-color: rgb(129,111,173); }

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