Html Css Color HEX #836E8C Mamba

📋 copy color: '#836E8C'

red 131 ◦ green 110 ◦ blue 140

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

Shades of Mamba #836E8C

Tints of Mamba #836E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 34.38%
G = 28.87%
B = 36.75%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#836E8C (or 0x836E8C) is known color: Mamba. HEX triplet: 83, 6E and 8C. RGB value is (131,110,140). Sum of RGB (Red+Green+Blue) = 131+110+140=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #836E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E8C is #7C9173. Grayscale: #777777. Windows color (decimal): -8163700 or 9203331. OLE color: 9203331.

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

Color convert

RGB 131 110 140 -
CMYK 0.06 0.21 0 0.45
HSL 282º 0.12% 0.49% -
HSV(B) 282º 0.21% 0.55% -
XYZ 19.67 17.87 27.22 -
YUV 119.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 131 110 140 0.06 0.21 0 0.45 282 0.12 0.49
Hex 83 6E 8C 6 15 0 2D 11A C 31
Octal 203 156 214 6 25 0 55 432 14 61
Binary 10000011 1101110 10001100 110 10101 0 101101 100011010 1100 110001

Color Harmonies of #836E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E8C

Black with #836E8C

Text Example


Text Example

White with #836E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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