Html Css Color HEX #856E8F Mamba

📋 copy color: '#856E8F'

red 133 ◦ green 110 ◦ blue 143

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

Shades of Mamba #856E8F

Tints of Mamba #856E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 34.46%
G = 28.5%
B = 37.05%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#856E8F (or 0x856E8F) is known color: Mamba. HEX triplet: 85, 6E and 8F. RGB value is (133,110,143). Sum of RGB (Red+Green+Blue) = 133+110+143=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #856E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E8F is #7A9170. Grayscale: #787878. Windows color (decimal): -8032625 or 9399941. OLE color: 9399941.

HSL color Cylindrical-coordinate representation of color #856E8F: hue angle of 281.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856E8F is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 110 143 -
CMYK 0.07 0.23 0 0.44
HSL 281.82º 0.13% 0.5% -
HSV(B) 281.82º 0.23% 0.56% -
XYZ 20.21 18.12 28.42 -
YUV 120.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 133 110 143 0.07 0.23 0 0.44 281.82 0.13 0.5
Hex 85 6E 8F 7 17 0 2C 11A D 32
Octal 205 156 217 7 27 0 54 432 15 62
Binary 10000101 1101110 10001111 111 10111 0 101100 100011010 1101 110010

Color Harmonies of #856E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E8F

Black with #856E8F

Text Example


Text Example

White with #856E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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