Html Css Color HEX #846C8D Mamba

📋 copy color: '#846C8D'

red 132 ◦ green 108 ◦ blue 141

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

Shades of Mamba #846C8D

Tints of Mamba #846C8D

RGB

 RED value IS 132 (51.95% from 255) = 34.65%

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 34.65%
G = 28.35%
B = 37.01%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#846C8D (or 0x846C8D) is known color: Mamba. HEX triplet: 84, 6C and 8D. RGB value is (132,108,141). Sum of RGB (Red+Green+Blue) = 132+108+141=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 108 (42.58% from 255 or 28.35% 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 #846C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846C8D is #7B9372. Grayscale: #767676. Windows color (decimal): -8098675 or 9268356. OLE color: 9268356.

HSL color Cylindrical-coordinate representation of color #846C8D: hue angle of 283.64º 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 #846C8D is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 108 141 -
CMYK 0.06 0.23 0 0.45
HSL 283.64º 0.13% 0.49% -
HSV(B) 283.64º 0.23% 0.55% -
XYZ 19.69 17.55 27.55 -
YUV 118.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 132 108 141 0.06 0.23 0 0.45 283.64 0.13 0.49
Hex 84 6C 8D 6 17 0 2D 11C D 31
Octal 204 154 215 6 27 0 55 434 15 61
Binary 10000100 1101100 10001101 110 10111 0 101101 100011100 1101 110001

Color Harmonies of #846C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C8D

Black with #846C8D

Text Example


Text Example

White with #846C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846C8D; }

 p { color: rgb(132,108,141); }

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

background-color css

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

 a { background-color: rgb(132,108,141); }

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

border-color css

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

 span { border-color: rgb(132,108,141); }

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