#856E8D

Color #856E8D Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #856E8D

Tints of Mamba #856E8D

Color information

#856E8D (or 0x856E8D) is unknown color: approx Mamba. HEX triplet: 85, 6E and 8D. RGB value is (133,110,141). Sum of RGB (Red+Green+Blue) = 133+110+141=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #856E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E8D is #7A9172. Grayscale: #787878. Windows color (decimal): -8032627 or 9268869. OLE color: 9268869.

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

Color convert

RGB133110141-
CMYK0.060.2200.45
HSL284.52º12.35%49.22%-
HSV(B)284.52º21.99%55.29%-
XYZ20.0618.0627.63-
YUV120.41139.62136.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 110 (43.36% from 255) = 28.65%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=34.64%
G=28.65%
B=36.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331101410.060.2200.45284.5212.3549.22
Hex856E8D61602D11dc31
Octal2051562156260554351461
Binary100001011101110100011011101011001011011000111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856E8D; }

 p { color: rgb(133,110,141); }

 H1.HeaderClassName
 {
   color: #856E8D;
 }
 .AnyTagClassName
 {
   color: #856E8D;
 }
</style>
background-color css

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

 a { background-color: rgb(133,110,141); }

 div.DivClassName
 {
   background-color: #856E8D;
 }
 .BgClassName
 {
   background-color: #856E8D;
 }
</style>
border-color css

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

 span { border-color: rgb(133,110,141); }

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