#816D8A

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

Shades of Mamba #816D8A

Tints of Mamba #816D8A

Color information

#816D8A (or 0x816D8A) is unknown color: approx Mamba. HEX triplet: 81, 6D and 8A. RGB value is (129,109,138). Sum of RGB (Red+Green+Blue) = 129+109+138=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #816D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816D8A is #7E9275. Grayscale: #767676. Windows color (decimal): -8295030 or 9072001. OLE color: 9072001.

HSL color Cylindrical-coordinate representation of color #816D8A: hue angle of 281.38º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816D8A is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB129109138-
CMYK0.070.2100.46
HSL281.38º11.74%48.43%-
HSV(B)281.38º21.01%54.12%-
XYZ19.1117.4426.4-
YUV118.29139.13135.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=34.31%
G=28.99%
B=36.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291091380.070.2100.46281.3811.7448.43
Hex816D8A71502E119c30
Octal2011552127250564311460
Binary100000011101101100010101111010101011101000110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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