#806593

Color #806593 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #806593

Tints of Mamba #806593

Color information

#806593 (or 0x806593) is unknown color: approx Mamba. HEX triplet: 80, 65 and 93. RGB value is (128,101,147). Sum of RGB (Red+Green+Blue) = 128+101+147=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #806593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806593 is #7F9A6C. Grayscale: #727272. Windows color (decimal): -8362605 or 9659776. OLE color: 9659776.

HSL color Cylindrical-coordinate representation of color #806593: hue angle of 275.22º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #806593 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128101147-
CMYK0.130.3100.42
HSL275.22º18.55%48.63%-
HSV(B)275.22º31.29%57.65%-
XYZ18.821629.7-
YUV114.32146.45137.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=34.04%
G=26.86%
B=39.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281011470.130.3100.42275.2218.5548.63
Hex806593D1F02A1131331
Octal20014522315370524232361
Binary10000000110010110010011110111111010101010001001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806593; }

 p { color: rgb(128,101,147); }

 H1.HeaderClassName
 {
   color: #806593;
 }
 .AnyTagClassName
 {
   color: #806593;
 }
</style>
background-color css

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

 a { background-color: rgb(128,101,147); }

 div.DivClassName
 {
   background-color: #806593;
 }
 .BgClassName
 {
   background-color: #806593;
 }
</style>
border-color css

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

 span { border-color: rgb(128,101,147); }

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