#80658A

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

Shades of Mamba #80658A

Tints of Mamba #80658A

Color information

#80658A (or 0x80658A) is unknown color: approx Mamba. HEX triplet: 80, 65 and 8A. RGB value is (128,101,138). Sum of RGB (Red+Green+Blue) = 128+101+138=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #80658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80658A is #7F9A75. Grayscale: #717171. Windows color (decimal): -8362614 or 9069952. OLE color: 9069952.

HSL color Cylindrical-coordinate representation of color #80658A: hue angle of 283.78º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80658A is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128101138-
CMYK0.070.2700.46
HSL283.78º15.48%46.86%-
HSV(B)283.78º26.81%54.12%-
XYZ18.1415.7326.12-
YUV113.29141.95138.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=34.88%
G=27.52%
B=37.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281011380.070.2700.46283.7815.4846.86
Hex80658A71B02E11cf2f
Octal2001452127330564341757
Binary100000001100101100010101111101101011101000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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