#80658C

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

Shades of Mamba #80658C

Tints of Mamba #80658C

Color information

#80658C (or 0x80658C) is unknown color: approx Mamba. HEX triplet: 80, 65 and 8C. RGB value is (128,101,140). Sum of RGB (Red+Green+Blue) = 128+101+140=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #80658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80658C is #7F9A73. Grayscale: #717171. Windows color (decimal): -8362612 or 9201024. OLE color: 9201024.

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

Color convert

RGB128101140-
CMYK0.090.2800.45
HSL281.54º16.18%47.25%-
HSV(B)281.54º27.86%54.9%-
XYZ18.2915.7926.89-
YUV113.52142.95138.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=34.69%
G=27.37%
B=37.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281011400.090.2800.45281.5416.1847.25
Hex80658C91C02D11a102f
Octal20014521411340554322057
Binary10000000110010110001100100111100010110110001101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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