#806594

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

Shades of Mamba #806594

Tints of Mamba #806594

Color information

#806594 (or 0x806594) is unknown color: approx Mamba. HEX triplet: 80, 65 and 94. RGB value is (128,101,148). Sum of RGB (Red+Green+Blue) = 128+101+148=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #806594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806594 is #7F9A6B. Grayscale: #727272. Windows color (decimal): -8362604 or 9725312. OLE color: 9725312.

HSL color Cylindrical-coordinate representation of color #806594: hue angle of 274.47º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806594 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128101148-
CMYK0.140.3200.42
HSL274.47º18.88%48.82%-
HSV(B)274.47º31.76%58.04%-
XYZ18.916.0330.12-
YUV114.43146.95137.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=33.95%
G=26.79%
B=39.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281011480.140.3200.42274.4718.8848.82
Hex806594E2002A1121331
Octal20014522416400524222361
Binary100000001100101100101001110100000010101010001001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806594; }

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

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

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

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

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

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

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

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