#836E8D

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

Shades of Mamba #836E8D

Tints of Mamba #836E8D

Color information

#836E8D (or 0x836E8D) is unknown color: approx Mamba. HEX triplet: 83, 6E and 8D. RGB value is (131,110,141). Sum of RGB (Red+Green+Blue) = 131+110+141=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #836E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E8D is #7C9172. Grayscale: #777777. Windows color (decimal): -8163699 or 9268867. OLE color: 9268867.

HSL color Cylindrical-coordinate representation of color #836E8D: hue angle of 280.65º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836E8D is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131110141-
CMYK0.070.2200.45
HSL280.65º12.35%49.22%-
HSV(B)280.65º21.99%55.29%-
XYZ19.7417.927.61-
YUV119.81139.96135.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=34.29%
G=28.80%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311101410.070.2200.45280.6512.3549.22
Hex836E8D71602D119c31
Octal2031562157260554311461
Binary100000111101110100011011111011001011011000110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836E8D; }

 p { color: rgb(131,110,141); }

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

<style>
 a { background-color: #836E8D; }

 a { background-color: rgb(131,110,141); }

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

<style>
 span { border-color: #836E8D; }

 span { border-color: rgb(131,110,141); }

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