#80658B

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

Shades of Mamba #80658B

Tints of Mamba #80658B

Color information

#80658B (or 0x80658B) is unknown color: approx Mamba. HEX triplet: 80, 65 and 8B. RGB value is (128,101,139). Sum of RGB (Red+Green+Blue) = 128+101+139=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #80658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80658B is #7F9A74. Grayscale: #717171. Windows color (decimal): -8362613 or 9135488. OLE color: 9135488.

HSL color Cylindrical-coordinate representation of color #80658B: hue angle of 282.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80658B is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128101139-
CMYK0.080.2700.45
HSL282.63º15.83%47.06%-
HSV(B)282.63º27.34%54.51%-
XYZ18.2215.7626.51-
YUV113.4142.45138.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=34.78%
G=27.45%
B=37.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281011390.080.2700.45282.6315.8347.06
Hex80658B81B02D11b102f
Octal20014521310330554332057
Binary10000000110010110001011100011011010110110001101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80658B; }

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

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

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

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

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

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

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

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