Html Css Color HEX #856A8D Mamba

📋 copy color: '#856A8D'

red 133 ◦ green 106 ◦ blue 141

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

Shades of Mamba #856A8D

Tints of Mamba #856A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 35%
G = 27.89%
B = 37.11%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 133 106 141 -
CMYK 0.06 0.25 0 0.45
HSL 286.29º 0.14% 0.48% -
HSV(B) 286.29º 0.25% 0.55% -
XYZ 19.63 17.22 27.49 -
YUV 118.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 133 106 141 0.06 0.25 0 0.45 286.29 0.14 0.48
Hex 85 6A 8D 6 19 0 2D 11E E 30
Octal 205 152 215 6 31 0 55 436 16 60
Binary 10000101 1101010 10001101 110 11001 0 101101 100011110 1110 110000

Color Harmonies of #856A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A8D

Black with #856A8D

Text Example


Text Example

White with #856A8D

Text Example


Text Example

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