Html Css Color HEX #856E8C Mamba

📋 copy color: '#856E8C'

red 133 ◦ green 110 ◦ blue 140

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

Shades of Mamba #856E8C

Tints of Mamba #856E8C

RGB

 RED value IS 133 (52.34% from 255) = 34.73%

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 34.73%
G = 28.72%
B = 36.55%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#856E8C (or 0x856E8C) is known color: Mamba. HEX triplet: 85, 6E and 8C. RGB value is (133,110,140). Sum of RGB (Red+Green+Blue) = 133+110+140=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #856E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E8C is #7A9173. Grayscale: #787878. Windows color (decimal): -8032628 or 9203333. OLE color: 9203333.

HSL color Cylindrical-coordinate representation of color #856E8C: hue angle of 286º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856E8C is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 110 140 -
CMYK 0.05 0.21 0 0.45
HSL 286º 0.12% 0.49% -
HSV(B) 286º 0.21% 0.55% -
XYZ 19.98 18.03 27.24 -
YUV 120.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 133 110 140 0.05 0.21 0 0.45 286 0.12 0.49
Hex 85 6E 8C 5 15 0 2D 11E C 31
Octal 205 156 214 5 25 0 55 436 14 61
Binary 10000101 1101110 10001100 101 10101 0 101101 100011110 1100 110001

Color Harmonies of #856E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E8C

Black with #856E8C

Text Example


Text Example

White with #856E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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