Html Css Color HEX #836D8D Mamba

📋 copy color: '#836D8D'

red 131 ◦ green 109 ◦ blue 141

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

Shades of Mamba #836D8D

Tints of Mamba #836D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 34.38%
G = 28.61%
B = 37.01%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#836D8D (or 0x836D8D) is known color: Mamba. HEX triplet: 83, 6D and 8D. RGB value is (131,109,141). Sum of RGB (Red+Green+Blue) = 131+109+141=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #836D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836D8D is #7C9272. Grayscale: #777777. Windows color (decimal): -8163955 or 9268611. OLE color: 9268611.

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

Color convert

RGB 131 109 141 -
CMYK 0.07 0.23 0 0.45
HSL 281.25º 0.13% 0.49% -
HSV(B) 281.25º 0.23% 0.55% -
XYZ 19.64 17.69 27.58 -
YUV 119.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 131 109 141 0.07 0.23 0 0.45 281.25 0.13 0.49
Hex 83 6D 8D 7 17 0 2D 119 D 31
Octal 203 155 215 7 27 0 55 431 15 61
Binary 10000011 1101101 10001101 111 10111 0 101101 100011001 1101 110001

Color Harmonies of #836D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D8D

Black with #836D8D

Text Example


Text Example

White with #836D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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