#816DAD

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

Shades of Deluge #816DAD

Tints of Deluge #816DAD

Color information

#816DAD (or 0x816DAD) is unknown color: approx Deluge. HEX triplet: 81, 6D and AD. RGB value is (129,109,173). Sum of RGB (Red+Green+Blue) = 129+109+173=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #816DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAD is #7E9252. Grayscale: #7A7A7A. Windows color (decimal): -8294995 or 11365761. OLE color: 11365761.

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

Color convert

RGB129109173-
CMYK0.250.3700.32
HSL258.75º28.07%55.29%-
HSV(B)258.75º36.99%67.84%-
XYZ22.0618.6241.97-
YUV122.28156.63132.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=31.39%
G=26.52%
B=42.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291091730.250.3700.32258.7528.0755.29
Hex816DAD19250201031c37
Octal20115525531450404033467
Binary1000000111011011010110111001100101010000010000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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