Html Css Color HEX #836991 Mamba

📋 copy color: '#836991'

red 131 ◦ green 105 ◦ blue 145

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

Shades of Mamba #836991

Tints of Mamba #836991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 34.38%
G = 27.56%
B = 38.06%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836991 (or 0x836991) is known color: Mamba. HEX triplet: 83, 69 and 91. RGB value is (131,105,145). Sum of RGB (Red+Green+Blue) = 131+105+145=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #836991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836991 is #7C966E. Grayscale: #757575. Windows color (decimal): -8164975 or 9529731. OLE color: 9529731.

HSL color Cylindrical-coordinate representation of color #836991: hue angle of 279º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836991 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 105 145 -
CMYK 0.10 0.28 0 0.43
HSL 279º 0.16% 0.49% -
HSV(B) 279º 0.28% 0.57% -
XYZ 19.52 16.97 29.04 -
YUV 117.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 131 105 145 0.10 0.28 0 0.43 279 0.16 0.49
Hex 83 69 91 A 1C 0 2B 117 10 31
Octal 203 151 221 12 34 0 53 427 20 61
Binary 10000011 1101001 10010001 1010 11100 0 101011 100010111 10000 110001

Color Harmonies of #836991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836991

Black with #836991

Text Example


Text Example

White with #836991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836991; }

 p { color: rgb(131,105,145); }

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

background-color css

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

 a { background-color: rgb(131,105,145); }

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

border-color css

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

 span { border-color: rgb(131,105,145); }

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