#80698F

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

Shades of Mamba #80698F

Tints of Mamba #80698F

Color information

#80698F (or 0x80698F) is unknown color: approx Mamba. HEX triplet: 80, 69 and 8F. RGB value is (128,105,143). Sum of RGB (Red+Green+Blue) = 128+105+143=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 143 - color contains mainly: blue. Hex color #80698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80698F is #7F9670. Grayscale: #747474. Windows color (decimal): -8361585 or 9398656. OLE color: 9398656.

HSL color Cylindrical-coordinate representation of color #80698F: hue angle of 276.32º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80698F is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128105143-
CMYK0.100.2700.44
HSL276.32º15.32%48.63%-
HSV(B)276.32º26.57%56.08%-
XYZ18.9116.6828.21-
YUV116.21143.12136.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=34.04%
G=27.93%
B=38.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281051430.100.2700.44276.3215.3248.63
Hex80698FA1B02C114f31
Octal20015121712330544241761
Binary1000000011010011000111110101101101011001000101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80698F; }

 p { color: rgb(128,105,143); }

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

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

 a { background-color: rgb(128,105,143); }

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

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

 span { border-color: rgb(128,105,143); }

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