Html Css Color HEX #856E8D Mamba

📋 copy color: '#856E8D'

red 133 ◦ green 110 ◦ blue 141

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

Shades of Mamba #856E8D

Tints of Mamba #856E8D

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 value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#856E8D (or 0x856E8D) is known color: 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

RGB 133 110 141 -
CMYK 0.06 0.22 0 0.45
HSL 284.52º 0.12% 0.49% -
HSV(B) 284.52º 0.22% 0.55% -
XYZ 20.06 18.06 27.63 -
YUV 120.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 133 110 141 0.06 0.22 0 0.45 284.52 0.12 0.49
Hex 85 6E 8D 6 16 0 2D 11D C 31
Octal 205 156 215 6 26 0 55 435 14 61
Binary 10000101 1101110 10001101 110 10110 0 101101 100011101 1100 110001

Color Harmonies of #856E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E8D

Black with #856E8D

Text Example


Text Example

White with #856E8D

Text Example


Text Example

HTML Codes & Css Web 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>