#816BAA

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

Shades of Deluge #816BAA

Tints of Deluge #816BAA

Color information

#816BAA (or 0x816BAA) is unknown color: approx Deluge. HEX triplet: 81, 6B and AA. RGB value is (129,107,170). Sum of RGB (Red+Green+Blue) = 129+107+170=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #816BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816BAA is #7E9455. Grayscale: #787878. Windows color (decimal): -8295510 or 11168641. OLE color: 11168641.

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

Color convert

RGB129107170-
CMYK0.240.3700.33
HSL260.95º27.04%54.31%-
HSV(B)260.95º37.06%66.67%-
XYZ21.5718.0840.38-
YUV120.76155.79133.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=31.77%
G=26.35%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291071700.240.3700.33260.9527.0454.31
Hex816BAA18250211051b36
Octal20115325230450414053366
Binary1000000111010111010101011000100101010000110000010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,107,170); }

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

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

 a { background-color: rgb(129,107,170); }

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

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

 span { border-color: rgb(129,107,170); }

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