#816A9B

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

Shades of Deluge #816A9B

Tints of Deluge #816A9B

Color information

#816A9B (or 0x816A9B) is unknown color: approx Deluge. HEX triplet: 81, 6A and 9B. RGB value is (129,106,155). Sum of RGB (Red+Green+Blue) = 129+106+155=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #816A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A9B is #7E9564. Grayscale: #767676. Windows color (decimal): -8295781 or 10185345. OLE color: 10185345.

HSL color Cylindrical-coordinate representation of color #816A9B: hue angle of 268.16º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816A9B is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129106155-
CMYK0.170.3200.39
HSL268.16º19.68%51.18%-
HSV(B)268.16º31.61%60.78%-
XYZ20.1217.3433.3-
YUV118.46148.62135.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=33.08%
G=27.18%
B=39.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291061550.170.3200.39268.1619.6851.18
Hex816A9B112002710c1433
Octal20115223321400474142463
Binary1000000111010101001101110001100000010011110000110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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