Html Css Color HEX #836D8E Mamba

📋 copy color: '#836D8E'

red 131 ◦ green 109 ◦ blue 142

#836D8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #836D8E

Tints of Mamba #836D8E

RGB

 RED value IS 131 (51.56% from 255) = 34.29%

 GREEN value IS 109 (42.97% from 255) = 28.53%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 34.29%
G = 28.53%
B = 37.17%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#836D8E (or 0x836D8E) is known color: Mamba. HEX triplet: 83, 6D and 8E. RGB value is (131,109,142). Sum of RGB (Red+Green+Blue) = 131+109+142=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #836D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836D8E is #7C9271. Grayscale: #777777. Windows color (decimal): -8163954 or 9334147. OLE color: 9334147.

HSL color Cylindrical-coordinate representation of color #836D8E: hue angle of 280º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836D8E is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 109 142 -
CMYK 0.08 0.23 0 0.44
HSL 280º 0.13% 0.49% -
HSV(B) 280º 0.23% 0.56% -
XYZ 19.71 17.72 27.97 -
YUV 119.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 131 109 142 0.08 0.23 0 0.44 280 0.13 0.49
Hex 83 6D 8E 8 17 0 2C 118 D 31
Octal 203 155 216 10 27 0 54 430 15 61
Binary 10000011 1101101 10001110 1000 10111 0 101100 100011000 1101 110001

Color Harmonies of #836D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D8E

Black with #836D8E

Text Example


Text Example

White with #836D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,109,142); }

 H1.HeaderClassName
 {
   color: #836D8E;
 }
 .AnyTagClassName
 {
   color: #836D8E;
 }
</style>

background-color css

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

 a { background-color: rgb(131,109,142); }

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

border-color css

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

 span { border-color: rgb(131,109,142); }

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