Html Css Color HEX #856C8C Mamba

📋 copy color: '#856C8C'

red 133 ◦ green 108 ◦ blue 140

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

Shades of Mamba #856C8C

Tints of Mamba #856C8C

RGB

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

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

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

R = 34.91%
G = 28.35%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#856C8C (or 0x856C8C) is known color: Mamba. HEX triplet: 85, 6C and 8C. RGB value is (133,108,140). Sum of RGB (Red+Green+Blue) = 133+108+140=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #856C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856C8C is #7A9373. Grayscale: #777777. Windows color (decimal): -8033140 or 9202821. OLE color: 9202821.

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

Color convert

RGB 133 108 140 -
CMYK 0.05 0.23 0 0.45
HSL 286.88º 0.13% 0.49% -
HSV(B) 286.88º 0.23% 0.55% -
XYZ 19.77 17.61 27.17 -
YUV 119.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 133 108 140 0.05 0.23 0 0.45 286.88 0.13 0.49
Hex 85 6C 8C 5 17 0 2D 11F D 31
Octal 205 154 214 5 27 0 55 437 15 61
Binary 10000101 1101100 10001100 101 10111 0 101101 100011111 1101 110001

Color Harmonies of #856C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C8C

Black with #856C8C

Text Example


Text Example

White with #856C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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