#816AAD

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

Shades of Deluge #816AAD

Tints of Deluge #816AAD

Color information

#816AAD (or 0x816AAD) is unknown color: approx Deluge. HEX triplet: 81, 6A and AD. RGB value is (129,106,173). Sum of RGB (Red+Green+Blue) = 129+106+173=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #816AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816AAD is #7E9552. Grayscale: #787878. Windows color (decimal): -8295763 or 11364993. OLE color: 11364993.

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

Color convert

RGB129106173-
CMYK0.250.3900.32
HSL260.6º29%54.71%-
HSV(B)260.6º38.73%67.84%-
XYZ21.7517.9941.86-
YUV120.51157.62134.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=31.62%
G=25.98%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291061730.250.3900.32260.62954.71
Hex816AAD19270201051d37
Octal20115225531470404053567
Binary1000000111010101010110111001100111010000010000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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