Html Css Color HEX #836E8D Mamba

📋 copy color: '#836E8D'

red 131 ◦ green 110 ◦ blue 141

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

Shades of Mamba #836E8D

Tints of Mamba #836E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.8%

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

R = 34.29%
G = 28.8%
B = 36.91%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#836E8D (or 0x836E8D) is known color: 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

RGB 131 110 141 -
CMYK 0.07 0.22 0 0.45
HSL 280.65º 0.12% 0.49% -
HSV(B) 280.65º 0.22% 0.55% -
XYZ 19.74 17.9 27.61 -
YUV 119.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 131 110 141 0.07 0.22 0 0.45 280.65 0.12 0.49
Hex 83 6E 8D 7 16 0 2D 119 C 31
Octal 203 156 215 7 26 0 55 431 14 61
Binary 10000011 1101110 10001101 111 10110 0 101101 100011001 1100 110001

Color Harmonies of #836E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E8D

Black with #836E8D

Text Example


Text Example

White with #836E8D

Text Example


Text Example

HTML Codes & Css Web 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>