#80638D

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

Shades of Mamba #80638D

Tints of Mamba #80638D

Color information

#80638D (or 0x80638D) is unknown color: approx Mamba. HEX triplet: 80, 63 and 8D. RGB value is (128,99,141). Sum of RGB (Red+Green+Blue) = 128+99+141=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #80638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80638D is #7F9C72. Grayscale: #707070. Windows color (decimal): -8363123 or 9266048. OLE color: 9266048.

HSL color Cylindrical-coordinate representation of color #80638D: hue angle of 281.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80638D is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12899141-
CMYK0.090.3000.45
HSL281.43º17.5%47.06%-
HSV(B)281.43º29.79%55.29%-
XYZ18.1715.4427.22-
YUV112.46144.11139.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=34.78%
G=26.90%
B=38.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128991410.090.3000.45281.4317.547.06
Hex80638D91E02D119122f
Octal20014321511360554312257
Binary10000000110001110001101100111110010110110001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80638D; }

 p { color: rgb(128,99,141); }

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

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

 a { background-color: rgb(128,99,141); }

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

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

 span { border-color: rgb(128,99,141); }

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