#856A8D

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

Shades of Mamba #856A8D

Tints of Mamba #856A8D

Color information

#856A8D (or 0x856A8D) is unknown color: approx Mamba. HEX triplet: 85, 6A and 8D. RGB value is (133,106,141). Sum of RGB (Red+Green+Blue) = 133+106+141=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #856A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856A8D is #7A9572. Grayscale: #757575. Windows color (decimal): -8033651 or 9267845. OLE color: 9267845.

HSL color Cylindrical-coordinate representation of color #856A8D: hue angle of 286.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856A8D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133106141-
CMYK0.060.2500.45
HSL286.29º14.17%48.43%-
HSV(B)286.29º24.82%55.29%-
XYZ19.6317.2227.49-
YUV118.06140.95138.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=35%
G=27.89%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331061410.060.2500.45286.2914.1748.43
Hex856A8D61902D11ee30
Octal2051522156310554361660
Binary100001011101010100011011101100101011011000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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