#816DAC

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

Shades of Deluge #816DAC

Tints of Deluge #816DAC

Color information

#816DAC (or 0x816DAC) is unknown color: approx Deluge. HEX triplet: 81, 6D and AC. RGB value is (129,109,172). Sum of RGB (Red+Green+Blue) = 129+109+172=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #816DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAC is #7E9253. Grayscale: #797979. Windows color (decimal): -8294996 or 11300225. OLE color: 11300225.

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

Color convert

RGB129109172-
CMYK0.250.3700.33
HSL259.05º27.51%55.1%-
HSV(B)259.05º36.63%67.45%-
XYZ21.9718.5841.46-
YUV122.16156.13132.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=31.46%
G=26.59%
B=41.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291091720.250.3700.33259.0527.5155.1
Hex816DAC19250211031c37
Octal20115525431450414033467
Binary1000000111011011010110011001100101010000110000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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